Linger

_Linger information for use with SocketOption.LINGER.

@safe
struct Linger {
_clinger clinger;
version(StdDdoc)
l_onoff_t on;
version(StdDdoc)
l_linger_t time;
}

Mixed In Members

From mixin FieldProxy!(`clinger.l_onoff`, `on`)

From mixin FieldProxy!(`clinger.l_linger`, `time`)

Meta

Suggestion Box / Bug Report