SO_DONTLINGER top-level constant
int
const SO_DONTLINGER
Does not block close waiting for unsent data to be sent.
Implementation
const SO_DONTLINGER = ~SO_LINGER;
Does not block close waiting for unsent data to be sent.
const SO_DONTLINGER = ~SO_LINGER;