TCP sock type. More...

Detailed Description

TCP sock type.

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

Definition at line 101 of file sock_types.h.

#include <sock_types.h>

Data Fields

lwip_sock_base_t base
 parent class
 
struct sock_tcp_queuequeue
 Queue the sock might have been generated from.
 
mutex_t mutex
 Mutex to protect the sock.
 
struct pbuf * last_buf
 Last received data.
 
ssize_t last_offset
 Offset in struct sock_tcp::last_buf since last read.
 

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