TAS
TCP Acceleration as an OS Service
|
#include <kernel_appif.h>
Public Member Functions | |
union { | |
struct kernel_appin_status status | |
struct kernel_appin_conn_opened conn_opened | |
struct kernel_appin_listen_newconn listen_newconn | |
struct kernel_appin_accept_conn accept_connection | |
uint8_t raw [63] | |
} | __attribute__ ((packed)) data |
Data Fields | |
uint8_t | type |
Common struct for events on app -> kernel queue
Definition at line 213 of file kernel_appif.h.