Linger.time - multiple declarations

Function Linger.time

ushort time() pure nothrow @property @nogc @safe const;

Returns

Timeout period, in seconds, to wait before closing the socket if the Linger is enabled.

Function Linger.time

Sets timeout period, to wait before closing the socket if the Linger is enabled, ignored otherwise.

void time (
  const(ushort) timeout
) pure nothrow @property @nogc @safe;

Parameters

NameDescription
timeout Timeout period, in seconds.