Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix order in usage. #57

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading