Comm::TcpKeepAlive Class Reference
Configuration settings for the TCP keep-alive feature. More...
#include <Tcp.h>
Collaboration diagram for Comm::TcpKeepAlive:

Public Attributes | |
| unsigned int | idle = 0 |
| unsigned int | interval = 0 |
| unsigned int | timeout = 0 |
| bool | enabled = false |
Detailed Description
Member Data Documentation
◆ enabled
| bool Comm::TcpKeepAlive::enabled = false |
Definition at line 22 of file Tcp.h.
Referenced by Comm::ApplyTcpKeepAlive().
◆ idle
| unsigned int Comm::TcpKeepAlive::idle = 0 |
Definition at line 19 of file Tcp.h.
Referenced by Comm::ApplyTcpKeepAlive().
◆ interval
| unsigned int Comm::TcpKeepAlive::interval = 0 |
Definition at line 20 of file Tcp.h.
Referenced by Comm::ApplyTcpKeepAlive().
◆ timeout
| unsigned int Comm::TcpKeepAlive::timeout = 0 |
Definition at line 21 of file Tcp.h.
Referenced by Comm::ApplyTcpKeepAlive().
The documentation for this class was generated from the following file:
- src/comm/Tcp.h
