TCP queue type. More...

Detailed Description

TCP queue type.

Transmission control block queue.

Warning
For network stack internal purposes only. Do not access members externally.

Definition at line 114 of file sock_types.h.

#include <sock_types.h>

Data Fields

lwip_sock_base_t base
 parent class
 
struct sock_tcparray
 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_ttcbs
 Pointer to TCB sequence.
 
size_t tcbs_len
 Number of TCBs behind member tcbs.
 

The documentation for this struct was generated from the following files: