sock_db is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
int
The file descriptor for this socket.
void *
A custom context for this socket.
bool
Flag indicating if session context changes should be ignored.
void *
A custom 'transport' context for this socket, to be used by send/recv/pending.
Server handle.
Function for freeing the context.
Function for freeing the 'transport' context.
Send function for this socket.
Receive function for this socket.
Pending function for this socket.
uint64_t
LRU Counter indicating when the socket was last used.
bool
Flag indicating LRU socket.
Buffer for pending data to be received.
size_t
Length of pending data to be received.
bool
If true, the socket will not be LRU purged.
bool
True if it has done WebSocket handshake (if this socket is a valid WS).
bool
Set to true to close the socket later (when WS Close frame received).
WebSocket handler, leave to null if it's not WebSocket.
bool
WebSocket flag indicating that control frames should be passed to user handlers.
void *
Pointer to user context data which will be available to handler for websocket.

References

from examples