public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* TCP_DEFER_ACCEPT documentation should be more precise about rounding to retransmits
@ 2026-04-14 17:06 Josh Triplett
  2026-04-15 21:19 ` Alejandro Colomar
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Triplett @ 2026-04-14 17:06 UTC (permalink / raw)
  To: linux-man

`tcp(7)` says:
> Takes an integer value (seconds), this can bound the maximum number of attempts TCP will make to complete the connection.

However, it doesn't say *how* it bounds the attempts. From the kernel
code, it appears to round up to the first retransmit time that's larger
than the specified bound. Could the manpage please document this?

(Discovered when adding Rust bindings to this, and trying to figure out
and document the rounding behavior.)

- Josh Triplett

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-16 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14 17:06 TCP_DEFER_ACCEPT documentation should be more precise about rounding to retransmits Josh Triplett
2026-04-15 21:19 ` Alejandro Colomar
2026-04-16 21:57   ` [PATCH] Document TCP_DEFER_ACCEPT rounding Josh Triplett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox