#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.
◆ CloseSocket()
bool CloseSocket |
( |
SOCKET & |
hSocket | ) |
|
Close socket and set hSocket to INVALID_SOCKET.
Definition at line 405 of file sock.cpp.
◆ IOErrorIsPermanent()
static bool IOErrorIsPermanent |
( |
int |
err | ) |
|
|
inlinestatic |
◆ NetworkErrorString()
std::string NetworkErrorString |
( |
int |
err | ) |
|
Return readable error string for a network error code.
Definition at line 398 of file sock.cpp.