4.1.8.6.3 Socket Configuration Structure
Socket configuration
structure
typedef struct {
uint32_t sock_id; /**<Socket ID */
uint8_t sock_keepalive; /**<Keep-Alive option*/
uint8_t sock_nodelay; /**<Socket NAGLE/NoDelay*/
}SYS_WINCS_NET_SOCKET_CONFIG_t;NET TLS SOC PARAMS
structuretypedef struct {
uint32_t sock_id; /**<Socket ID */
uint8_t sock_keepalive; /**<Keep-Alive option*/
uint8_t sock_nodelay; /**<Socket NAGLE/NoDelay*/
}SYS_WINCS_NET_SOCKET_CONFIG_t;NET SOCKET_t
structuretypedef struct {
uint32_t sock_id; /**<Socket ID */
uint8_t sock_keepalive; /**<Keep-Alive option*/
uint8_t sock_nodelay; /**<Socket NAGLE/NoDelay*/
}SYS_WINCS_NET_SOCKET_CONFIG_t;