Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <util/sock.h>
#include <common/system.h>
#include <compat.h>
#include <logging.h>
#include <threadinterrupt.h>
#include <tinyformat.h>
#include <util/syserror.h>
#include <util/time.h>
#include <codecvt>
#include <cwchar>
#include <locale>
#include <memory>
#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. | |
bool | CloseSocket (SOCKET &hSocket) |
Close socket and set hSocket to INVALID_SOCKET. | |