FD.io VPP
v20.05.1-5-g09f167997
Vector Packet Processing
|
Data Fields | |
quic_echo_cb_vft_t | cb_vft |
u8 | send_quic_disconnects |
u32 | n_stream_clients |
volatile u32 | n_quic_clients_connected |
Definition at line 35 of file vpp_echo_proto_quic.c.
quic_echo_cb_vft_t quic_echo_proto_main_t::cb_vft |
Definition at line 37 of file vpp_echo_proto_quic.c.
volatile u32 quic_echo_proto_main_t::n_quic_clients_connected |
Definition at line 40 of file vpp_echo_proto_quic.c.
u32 quic_echo_proto_main_t::n_stream_clients |
Definition at line 39 of file vpp_echo_proto_quic.c.
u8 quic_echo_proto_main_t::send_quic_disconnects |
Definition at line 38 of file vpp_echo_proto_quic.c.