TAS
TCP Acceleration as an OS Service
Data Fields
socket Struct Reference
Collaboration diagram for socket:
Collaboration graph
[legend]

Data Fields

union {
   struct socket_conn   connection
 
   struct socket_listen   listener
 
data
 
struct sockaddr_in addr
 
uint8_t flags
 
uint8_t type
 
int refcnt
 
volatile uint32_t sp_lock
 
uint32_t ep_events
 
struct epoll_socketeps
 

Detailed Description

Definition at line 101 of file internal.h.

Field Documentation

◆ ep_events

uint32_t socket::ep_events

epoll events currently active on this socket

Definition at line 113 of file internal.h.

◆ eps

struct epoll_socket* socket::eps

epoll fds without EPOLLEXCLUSIVE

Definition at line 115 of file internal.h.


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