Socket Protocol definitions. More...
Macros | |
#define | IOT_SOCKET_IPPROTO_TCP 1 |
TCP. | |
#define | IOT_SOCKET_IPPROTO_UDP 2 |
UDP. | |
Socket Protocol definitions.
The Socket Protocol specifies the Internet Protocol Type that the socket is using.
#define IOT_SOCKET_IPPROTO_TCP 1 |
TCP.
Transmission Control Protocol.
#define IOT_SOCKET_IPPROTO_UDP 2 |
UDP.
User Datagram Protocol.