Opened 16 months ago
Closed 3 months ago
#2420 closed enhancement (fixed)
enable SO_KEEPALIVE?
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.1 |
Component: | network | Version: | 3.0.x |
Keywords: | Cc: |
Description (last modified by )
As per When TCP sockets refuse to die.
Does it make sense to enable this before we accept the connection, before we start sending our pings?
See also #2421
Change History (4)
comment:1 Changed 16 months ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 11 months ago by
comment:3 Changed 11 months ago by
Milestone: | 4.0 → 4.1 |
---|
comment:4 Changed 3 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
- r27681 adds the "keepalive" option to sockets (enabled by default)
- r27682: adds per-os tuning based on How to change tcp keepalive timer using python script?
Note: See
TracTickets for help on using
tickets.
See also: