TServerSocket.this

Constructs a new instance.

class TServerSocket
this
(
ushort port
,
Duration sendTimeout = dur!"hnsecs"(0)
,
Duration recvTimeout = dur!"hnsecs"(0)
)

Parameters

port ushort

The TCP port to listen at (host is always 0.0.0.0).

sendTimeout Duration

The socket sending timeout.

Meta