Timeline for What is default value of ServerAliveInterval?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 23, 2024 at 11:10 | comment | added | Joachim Wagner | I've seen sessions drop after about 10 minutes of inactivity. | |
| S Mar 21, 2017 at 14:15 | history | suggested | guettli | CC BY-SA 3.0 | Links to config keys possible now :-) |
| Mar 21, 2017 at 13:45 | review | Suggested edits | |||
| S Mar 21, 2017 at 14:15 | |||||
| Sep 20, 2016 at 17:04 | vote | accept | Dave | ||
| Sep 20, 2016 at 16:34 | comment | added | Stephen Harris | If you set it to 5 then "if the server has not sent any data for 5 seconds then the client will send a NULL message to the server". So it will send a packet only if the server has not sent any data. | |
| Sep 20, 2016 at 16:33 | comment | added | Dave | So does setting "ServerAliveInterval" to a lower value (e.g. "5") mean that the connection will be kept alive every 5 seconds, even if the server is not sending back any data to the client? | |
| Sep 20, 2016 at 16:13 | history | answered | Stephen Harris | CC BY-SA 3.0 |