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