summaryrefslogtreecommitdiff
path: root/astraceroute.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'astraceroute.zsh')
-rw-r--r--astraceroute.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/astraceroute.zsh b/astraceroute.zsh
index fdcc495..4c65794 100644
--- a/astraceroute.zsh
+++ b/astraceroute.zsh
@@ -43,6 +43,6 @@ _arguments -s -S \
"(-X --payload)"{-X,--payload}"[Specify a payload string to test DPIs]:string:_gnu_generic" \
"(-Z --show-packet)"{-Z,--show-packet}"[Show returned packet on each hop]" \
"(-l --totlen)"{-l,--totlen}"[Specify total packet len]:lengths:_gnu_generic" \
- {-v,--version}"[Print version]:" \
- {-h,--help}"[Print this help]:" \
+ {-v,--version}"[Print version and exit]:" \
+ {-h,--help}"[Print help and exit]:" \
"*::args:_gnu_generic"
sg'>Small cleanup factorizing code doing the TCP_MAXSEG clamping. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c