IpFrag

Help you quickly create fragged packets, used by network test.

Installation

$ gem install ip_frag

Usage

$ ip_gen --size 200 --mtu 1480

It will generate 2 UDP packets fragged.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request