TCP queue type. More...
TCP queue type.
Transmission control block queue.
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.  | |
| mutex_t | lock | 
| Mutex for access synchronization.  | |
| gnrc_tcp_tcb_t * | tcbs | 
| Pointer to TCB sequence.  | |
| size_t | tcbs_len | 
| Number of TCBs behind member tcbs.  | |