TCP queue type. More...
TCP queue type.
Definition at line 114 of file sock_types.h.
#include <sock_types.h>
Data Fields | |
lwip_sock_base_t | base |
parent class | |
struct sock_tcp * | array |
Allocation array for sock objects to generate. | |
mutex_t | mutex |
Mutex to protect the queue. | |
unsigned short | len |
Length of the struct sock_tcp_queue::array. | |
unsigned short | used |
Used entries in struct sock_tcp_queue::array. | |