FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
socket_client_main_t Struct Reference
+ Collaboration diagram for socket_client_main_t:

Data Fields

int socket_fd
 
int socket_enable
 
clib_socket_t client_socket
 
u32 socket_buffer_size
 
u8socket_tx_buffer
 
u8socket_rx_buffer
 
u32 socket_tx_nbytes
 
int control_pings_outstanding
 

Detailed Description

Definition at line 187 of file api_common.h.

Field Documentation

clib_socket_t socket_client_main_t::client_socket

Definition at line 193 of file api_common.h.

int socket_client_main_t::control_pings_outstanding

Definition at line 199 of file api_common.h.

u32 socket_client_main_t::socket_buffer_size

Definition at line 195 of file api_common.h.

int socket_client_main_t::socket_enable

Definition at line 191 of file api_common.h.

int socket_client_main_t::socket_fd

Definition at line 189 of file api_common.h.

u8* socket_client_main_t::socket_rx_buffer

Definition at line 197 of file api_common.h.

u8* socket_client_main_t::socket_tx_buffer

Definition at line 196 of file api_common.h.

u32 socket_client_main_t::socket_tx_nbytes

Definition at line 198 of file api_common.h.


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