ReactOS 0.4.15-dev-7924-g5949c20
mbedtls_net_context Struct Reference

#include <net_sockets.h>

Collaboration diagram for mbedtls_net_context:

Public Attributes

int fd
 

Detailed Description

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.

Member Data Documentation

◆ fd

int mbedtls_net_context::fd

The underlying file descriptor

Definition at line 114 of file net_sockets.h.


The documentation for this struct was generated from the following file: