Structs§
- FStack
TcpListener - FStack
UdpSocket - TcpMessage
- TcpSocket
Options Ffi - Flat representation of TcpSocketOptions for the cxx bridge.
-1means “not set / use default”.0= false,1= true for booleans. - UdpMessage
Functions§
- create_
tcp_ listener - create_
udp_ socket - init_
fstack config_argsis passed toff_load_config(e.g.["teto", "--conf", "config.ini"]).eal_argsis injected intodpdk_argvbeforeff_dpdk_init(e.g.["--no-pci"]).- run_
fstack - run_
fstack_ tcp - set_
tcp_ tick_ callback - Register a callback invoked on every F-Stack TCP poll iteration, before accept/read. Used by teto-tokio to drain the write command queue.
- set_
udp_ tick_ callback - Register a callback invoked on every F-Stack UDP poll iteration, before read. Used by teto-tokio to drain the send command queue.