IoT Socket  Version 1.3.0
Simple IP Socket (BSD like)
IoT Socket Type

Socket Type definitions. More...

Macros

#define IOT_SOCKET_SOCK_STREAM   1
 Stream socket. More...
 
#define IOT_SOCKET_SOCK_DGRAM   2
 Datagram socket. More...
 

Description

Socket Type definitions.

The Socket Type specifies the type of the socket.

Macro Definition Documentation

◆ IOT_SOCKET_SOCK_STREAM

#define IOT_SOCKET_SOCK_STREAM   1

Stream socket.

Stream Socket is connection-oriented, sequenced and reliable, implemented on top of the TCP protocol.

◆ IOT_SOCKET_SOCK_DGRAM

#define IOT_SOCKET_SOCK_DGRAM   2

Datagram socket.

Datagram Socket is connectionless, unreliable, using the UDP protocol.