vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
TCPConnection.readTimeout
index
vibe
core
net
TCPConnection
Controls the read time out after which the connection is closed automatically.
Duration
readTimeout
[@property setter]
interface
TCPConnection
@
property
void
readTimeout
(
Duration
duration
)
Duration
readTimeout
[@property getter]
bool
tcpNoDelay
[@property setter]
bool
tcpNoDelay
[@property getter]
Meta
Source
See Implementation
index
vibe
core
net
TCPConnection
properties
keepAlive
localAddress
peerAddress
readTimeout
remoteAddress
tcpNoDelay
Controls the read time out after which the connection is closed automatically.