Linger.enabled - multiple declarations

Function Linger.enabled

void enabled (
  const(bool) value
) pure nothrow @property @nogc @safe;

Parameters

NameDescription
value Whether to linger after the socket is closed.

See Also

time.

Function Linger.enabled

bool enabled() pure nothrow @property @nogc @safe const;

Returns

Whether to linger after the socket is closed.