FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
transport_send_params_ Struct Reference

Data Fields

union {
   struct {
      u32   snd_space
 
      u32   tx_offset
 
      u16   snd_mss
 
   } 
 
   struct {
      u32   max_burst_size
 
   } 
 
}; 
 
transport_snd_flags_t flags
 

Detailed Description

Definition at line 44 of file transport.h.

Field Documentation

◆ @498

union { ... }

◆ flags

transport_snd_flags_t transport_send_params_::flags

Definition at line 61 of file transport.h.

◆ max_burst_size

u32 transport_send_params_::max_burst_size

Definition at line 58 of file transport.h.

◆ snd_mss

u16 transport_send_params_::snd_mss

Definition at line 53 of file transport.h.

◆ snd_space

u32 transport_send_params_::snd_space

Definition at line 51 of file transport.h.

◆ tx_offset

u32 transport_send_params_::tx_offset

Definition at line 52 of file transport.h.


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