Skip to content

Commit

Permalink
Update maximum IP packet size
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Aug 16, 2024
1 parent 1c63609 commit 04a61f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fping.pod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ room for the data that B<fping> needs to do its work (sequence number,
timestamp). The reported received data size includes the IP header (normally
20 bytes) and ICMP header (8 bytes), so the minimum total size is 40 bytes.
Default is 56, as in B<ping>. Maximum is the theoretical maximum IP datagram
size (64K), though most systems limit this to a smaller, system-dependent
size (65K), though most systems limit this to a smaller, system-dependent
number.

=item B<-B>, B<--backoff>=I<N>
Expand Down

0 comments on commit 04a61f8

Please sign in to comment.