![]() |
MQTT C Client Libraries Internals
|
Structure to hold all socket data for the module. More...
#include <Socket.h>
Data Fields | |
fd_set | rset |
socket read set (see select doc) | |
fd_set | rset_saved |
saved socket read set | |
int | maxfdp1 |
max descriptor used +1 (again see select doc) | |
List * | clientsds |
list of client socket descriptors | |
ListElement * | cur_clientsds |
current client socket descriptor (iterator) | |
List * | connect_pending |
list of sockets for which a connect is pending | |
List * | write_pending |
list of sockets for which a write is pending | |
fd_set | pending_wset |
socket pending write set for select | |
Structure to hold all socket data for the module.