git: plan9front

Download patch

ref: bbda76935a540d6a0707555dfbfdde489fafeadc
parent: 5c601f8dd824a91a59b5620c9db68e08ca427582
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Sep 21 09:37:10 EDT 2025

ip(3): document correct default keep-alive timeout (120 vs 30 seconds)

--- a/sys/man/3/ip
+++ b/sys/man/3/ip
@@ -788,7 +788,7 @@
 turn on keep alive messages.
 .IR N ,
 if given, is the milliseconds between keepalives
-(default 30000).
+(default 120000).
 .TP
 .BI checksum \ n
 emit TCP checksums of zero if
--