ReactOS 0.4.16-dev-306-g647d351
|
#include <net_sockets.h>
Public Attributes | |
int | fd |
Wrapper type for sockets.
Currently backed by just a file descriptor, but might be more in the future (eg two file descriptors for combined IPv4 + IPv6 support, or additional structures for hand-made UDP demultiplexing).
Definition at line 112 of file net_sockets.h.
int mbedtls_net_context::fd |
The underlying file descriptor
Definition at line 114 of file net_sockets.h.