[#IOErrorIsPermanent] = IOErrorIsPermanent :mrdocs: Check whether a socket error code represents a permanent failure. == Synopsis Declared in `<util/sock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IOErrorIsPermanent(int err); ---- == Return Value true if the error is permanent, false if it is transient and the operation may be retried. == Parameters [cols="1,4"] |=== | Name| Description | *err* | The socket error code to classify (as returned by `WSAGetLastError()`/`errno`). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#