Linger.time

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

Return Value

Type: ushort

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

Meta