소스 검색

traceroute: Add example of specifying datagram size (#999)

Zachariah Kendall 8 년 전
부모
커밋
6e25c3cfb9
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      pages/common/traceroute.md

+ 6 - 2
pages/common/traceroute.md

@@ -12,8 +12,12 @@
 
 - Specify wait time for response:
 
-`traceroute -w 0.5 {{host}}`
+`traceroute -w {{0.5}} {{host}}`
 
 - Specify number of queries per hop:
 
-`traceroute -q 5 {{host}}`
+`traceroute -q {{5}} {{host}}`
+
+- Specify size in bytes of probing packet:
+
+`traceroute {{host}} {{42}}`