3.2.6.8.4 Socket Configuration Struct

Socket configuration struct.
typedef struct {  
    uint32_t    sock_id;                /**<Socket ID */
    uint8_t     sock_keepalive;         /**<Keep-Alive option*/
    uint8_t     sock_nodelay;           /**<Socket NAGLE/NoDelay*/    
}SYS_RNWF_NET_SOCKET_CONFIG_t;