#include <socket_core.h>
Data Fields | |
dyn_fifo_t | accepted |
Sockets for acceptance queue. | |
const uint8_t * | key |
Socket ports map key. | |
size_t | key_length |
Length of the Socket ports map key. | |
int | phone |
Client application phone. | |
int | port |
Bound port. | |
dyn_fifo_t | received |
Received packets queue. | |
int | socket_id |
Socket identifier. | |
void * | specific_data |
Protocol specific data. |
Definition at line 74 of file socket_core.h.