WiFi Socket Type definitions. More...
Macros | |
#define | ARM_SOCKET_SOCK_STREAM 1 |
Stream socket. | |
#define | ARM_SOCKET_SOCK_DGRAM 2 |
Datagram socket. | |
WiFi Socket Type definitions.
The WiFi Socket Type specifies the type of the WiFi socket.
#define ARM_SOCKET_SOCK_STREAM 1 |
Stream socket.
Stream Socket is connection-oriented, sequenced and reliable, implemented on top of the TCP protocol.
#define ARM_SOCKET_SOCK_DGRAM 2 |
Datagram socket.
Datagram Socket is connectionless, unreliable, using the UDP protocol.