Gleb Klochkov / Mbed OS Climatcontroll_Main

Dependencies:   esp8266-driver

Embed: (wiki syntax)

« Back to documentation index

socket Struct Reference

socket Struct Reference

Socket structure. More...

#include <socket.h>

Data Fields

int8_t id
uint8_t flags
int8_t tasklet
uint8_t listen_backlog
struct inet_pcb_sinet_pcb
ns_list_link_t link

Detailed Description

Socket structure.

Definition at line 124 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.


Field Documentation

shortcut to Internet control block

Definition at line 139 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.

uint8_t listen_backlog

Limit if pending connection queue

Definition at line 138 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.