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

Hello, I would like to ask you some questions. #243

Open cremlscent opened 5 years ago

cremlscent commented 5 years ago

Hello, we are very interested in your libmoon and moongen projects, and have done a lot of research on it. In the research we encountered some problems and would like to ask you. We obtained the data packet, and the forwarding based on the IP address was unsuccessful. It can only be forwarded through the mac address. Is it necessary to parse through arp, how to operate?