#include <compat/compat.h>
#include <util/threadinterrupt.h>
#include <util/time.h>
#include <chrono>
#include <memory>
#include <string>
#include <unordered_map>
Go to the source code of this file.
◆ NetworkErrorString()
std::string NetworkErrorString |
( |
int |
err | ) |
|
Return readable error string for a network error code.
Definition at line 422 of file sock.cpp.
◆ MAX_WAIT_FOR_IO
constexpr auto MAX_WAIT_FOR_IO = 1s |
|
staticconstexpr |
Maximum time to wait for I/O readiness.
It will take up until this time to break off in case of an interruption.
Definition at line 21 of file sock.h.