LibasyncTCPConnection.Settings

Undocumented in source.

Members

Variables

keepAlive
bool keepAlive;
Undocumented in source.
onConnect
void delegate(TCPConnection) onConnect;
Undocumented in source.
readTimeout
Duration readTimeout;
Undocumented in source.
reader
Waiter reader;
Undocumented in source.
tcpNoDelay
bool tcpNoDelay;
Undocumented in source.
writer
Waiter writer;
Undocumented in source.

Meta