Linger.time

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

  1. ushort time [@property getter]
  2. ushort time [@property setter]
    struct Linger
    @property pure nothrow @safe @nogc
    void
    time
    (
    const ushort timeout
    )

Parameters

timeout ushort

Timeout period, in seconds.

Meta