TcpStreamOptions

Constructors

this
this()
Undocumented in source.

Members

Static functions

create
TcpStreamOptions create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bufferSize
size_t bufferSize;
Undocumented in source.
isKeepalive
bool isKeepalive;
Undocumented in source.
keepaliveInterval
int keepaliveInterval;

the interval between subsequential keepalive probes, regardless of what the connection has exchanged in the meantime

keepaliveProbes
int keepaliveProbes;

the number of unacknowledged probes to send before considering the connection dead and notifying the application layer

keepaliveTime
int keepaliveTime;

the interval between the last data packet sent (simple ACKs are not considered data) and the first keepalive probe; after the connection is marked to need keepalive, this counter is not used any further

retryInterval
Duration retryInterval;
Undocumented in source.
retryTimes
int retryTimes;
Undocumented in source.

Meta