emmericp / MoonGen

MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates. It also features precise and accurate timestamping and rate control.
MIT License
1.04k stars 234 forks source link

TCP stack #248

Closed ghost closed 4 years ago

ghost commented 5 years ago

Is there any plans to include a minimal TCP stack in MoonGen?

emmericp commented 4 years ago

we've evaluated mtcp and lwip, neither proved to be useful enough to integrate upstream