![]() |
FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
Set MAP reassembly parameters. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| bool | is_ip6 |
| u16 | lifetime_ms |
| u16 | pool_size |
| u32 | buffers |
| f64 | ht_ratio |
Set MAP reassembly parameters.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_ip6 | - 1 = params apply to IPv6, 0 = params apply to IPv4 |
| lifetime_ms | - reassembly valid lifetime, or ~0 |
| pool_size | - max number of reassemblies, or ~0 |
| buffers | - max number of reassembly buffers, or ~0 |
| ht_ratio | - hash-table size factor, or ~0 |