|
Squid Web Cache master
|
Configuration settings for the TCP keep-alive feature. More...
#include <Tcp.h>
Public Attributes | |
| unsigned int | idle = 0 |
| unsigned int | interval = 0 |
| unsigned int | timeout = 0 |
| bool | enabled = false |
| bool Comm::TcpKeepAlive::enabled = false |
Definition at line 22 of file Tcp.h.
Referenced by Comm::ApplyTcpKeepAlive().
| unsigned int Comm::TcpKeepAlive::idle = 0 |
Definition at line 19 of file Tcp.h.
Referenced by Comm::ApplyTcpKeepAlive().
| unsigned int Comm::TcpKeepAlive::interval = 0 |
Definition at line 20 of file Tcp.h.
Referenced by Comm::ApplyTcpKeepAlive().
| unsigned int Comm::TcpKeepAlive::timeout = 0 |
Definition at line 21 of file Tcp.h.
Referenced by Comm::ApplyTcpKeepAlive().