Skip to content

Commit

Permalink
Fix order in usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jan 9, 2025
1 parent 9c26c6a commit 5b1dd55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions udpbench.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@ usage(void)
" -C pseudo pseudo network device changes packet length\n"
" -D use pf divert packet for receive\n"
" -d delay wait for setup before sending\n"
" -I ifaddr multicast interface IPv4 address or IPv6 name\n"
" -H send hop-by-hop router alert option\n"
" -i idle idle timeout before receiving stops, "
"default 1\n"
" -I ifaddr multicast interface IPv4 address or IPv6 name\n"
" -i idle idle timeout before receive stops, default 1\n"
" -L loop send multicast packets to loopback\n"
" -l length set length of udp payload\n"
" -m mmsglen number of mmsghdr for sendmmsg or recvmmsg\n"
Expand Down

0 comments on commit 5b1dd55

Please sign in to comment.