Bug 214558 - [tcp] Improve descriptions for sysctl net.inet.tcp.keepinit
Summary: [tcp] Improve descriptions for sysctl net.inet.tcp.keepinit
Status: Closed Works As Intended
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-net (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-11-16 03:02 UTC by Anton Yuzhaninov
Modified: 2021-02-13 17:10 UTC (History)
2 users (show)

See Also:


Attachments
sysctl net.inet.tcp.keepinit (616 bytes, patch)
2016-11-16 03:02 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Yuzhaninov 2016-11-16 03:02:02 UTC
Created attachment 177045 [details]
sysctl net.inet.tcp.keepinit

Please add more helpful description for sysctl net.inet.tcp.keepinit.
Patch attached.

Thanks.
Comment 1 Hiren Panchasara freebsd_committer freebsd_triage 2016-12-10 04:24:33 UTC
IMO, it is named "time to establish connection" because if we don't hear back within that time period when in state < TCPS_ESTABLISHED, we drop the connection.

JFYI and you may already know that.
Regarding the proposed patch, I have no opinion.

Thanks for your submission.
Comment 2 Richard Scheffenegger freebsd_committer freebsd_triage 2021-02-13 17:10:31 UTC
The man page for tcp(4) has a nice, succinct description of this sysctl setting.

Unless anyone has a strong opinion about this, I close this bug.