Check whether a socket error code represents a permanent failure.
Declared in <util/sock.h>
bool
IOErrorIsPermanent(int err);
true if the error is permanent, false if it is transient and the operation may be retried.
| Name | Description |
|---|---|
| err | The socket error code to classify (as returned by WSAGetLastError()/errno). |