1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-27 11:41:17 +03:00
Files
mbedtls/library/net.c
Paul Bakker bbc1007c50 Convert SOCKET to int to prevent compiler warnings under MSVC.
From kernel objects at msdn:
    Kernel object handles are process specific. That is, a process must either create the object or open an existing object to obtain a kernel object handle. The per-process limit on kernel handles is 2^24.

Windows Internals by Russinovich and Solomon as well says that the high bits are zero.
2013-10-15 11:55:57 +02:00

9.3 KiB