![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
#include <compat.h>#include <logging.h>#include <threadinterrupt.h>#include <tinyformat.h>#include <util/sock.h>#include <util/system.h>#include <util/time.h>#include <codecvt>#include <cwchar>#include <locale>#include <stdexcept>#include <string>Go to the source code of this file.
Functions | |
| static bool | IOErrorIsPermanent (int err) |
| std::string | NetworkErrorString (int err) |
| Return readable error string for a network error code. More... | |
| bool | CloseSocket (SOCKET &hSocket) |
| Close socket and set hSocket to INVALID_SOCKET. More... | |
| bool CloseSocket | ( | SOCKET & | hSocket | ) |
|
inlinestatic |
1.8.14