IpFrag
Help you quickly create fragged packets, used by network test.
Installation
$ gem install ip_frag
Usage
$ ipgen --size 2000 --mtu 1480
It will generate 2 UDP packets fragged.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request