TCP sock type. More...
TCP sock type.
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_queue * | queue |
| 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. | |