Skip to content

Commit

Permalink
performance tuning to support 100 MiB files
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle authored Oct 5, 2017
1 parent ee1ebaf commit 70f2c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The command line system in Packet Sender follows the same pattern as other Linux
packetsender --help
Usage: packetsender [options] address port data
Packet Sender is a Network TCP and UDP Test Utility by Dan Nagle
See http://PacketSender.com/ for more information.
See https://PacketSender.com/ for more information.

Options:
-?, -h, --help Displays this help.
Expand All @@ -204,7 +204,7 @@ The command line system in Packet Sender follows the same pattern as other Linux
-a, --ascii Parse data-to-send as mixed-ascii (like the GUI).
-A, --ASCII Parse data-to-send as pure ascii (no \xx translation).
-w, --wait <ms> Wait up to <milliseconds> for a response after sending. Zero means do not wait (Default).
-f, --file <path> Send contents of specified path. Max 1024 for UDP, 10 MiB for TCP.
-f, --file <path> Send contents of specified path. Max 1024 for UDP, 100 MiB for TCP.
-b, --bind <port> Bind port. Default is dynamic.
-t, --tcp Send TCP (default).
-s, --ssl Send SSL and ignore errors.
Expand Down

0 comments on commit 70f2c0a

Please sign in to comment.