mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 11:22:09 +02:00
traceroute: Add example of specifying datagram size (#999)
This commit is contained in:
parent
2ba4397edc
commit
6e25c3cfb9
1 changed files with 6 additions and 2 deletions
|
@ -12,8 +12,12 @@
|
||||||
|
|
||||||
- Specify wait time for response:
|
- Specify wait time for response:
|
||||||
|
|
||||||
`traceroute -w 0.5 {{host}}`
|
`traceroute -w {{0.5}} {{host}}`
|
||||||
|
|
||||||
- Specify number of queries per hop:
|
- Specify number of queries per hop:
|
||||||
|
|
||||||
`traceroute -q 5 {{host}}`
|
`traceroute -q {{5}} {{host}}`
|
||||||
|
|
||||||
|
- Specify size in bytes of probing packet:
|
||||||
|
|
||||||
|
`traceroute {{host}} {{42}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue