Bitcoin Core  27.99.0
P2P Digital Currency
Functions
sock.cpp File Reference
#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>
Include dependency graph for sock.cpp:

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. More...
 

Function Documentation

◆ IOErrorIsPermanent()

static bool IOErrorIsPermanent ( int  err)
inlinestatic

Definition at line 22 of file sock.cpp.

Here is the caller graph for this function:

◆ NetworkErrorString()

std::string NetworkErrorString ( int  err)

Return readable error string for a network error code.

Definition at line 422 of file sock.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: