#include <util/sock.h>
#include <common/system.h>
#include <compat/compat.h>
#include <logging.h>
#include <tinyformat.h>
#include <util/syserror.h>
#include <util/threadinterrupt.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.
◆ 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 438 of file sock.cpp.