Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | Private Attributes | List of all members
CConnman::ListenSocket Struct Reference

Public Member Functions

void AddSocketPermissionFlags (NetPermissionFlags &flags) const
 
 ListenSocket (std::shared_ptr< Sock > sock_, NetPermissionFlags permissions_)
 

Public Attributes

std::shared_ptr< Socksock
 

Private Attributes

NetPermissionFlags m_permissions
 

Detailed Description

Definition at line 1252 of file net.h.

Constructor & Destructor Documentation

◆ ListenSocket()

CConnman::ListenSocket::ListenSocket ( std::shared_ptr< Sock sock_,
NetPermissionFlags  permissions_ 
)
inline

Definition at line 1256 of file net.h.

Member Function Documentation

◆ AddSocketPermissionFlags()

void CConnman::ListenSocket::AddSocketPermissionFlags ( NetPermissionFlags flags) const
inline

Definition at line 1255 of file net.h.

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

Member Data Documentation

◆ m_permissions

NetPermissionFlags CConnman::ListenSocket::m_permissions
private

Definition at line 1262 of file net.h.

◆ sock

std::shared_ptr<Sock> CConnman::ListenSocket::sock

Definition at line 1254 of file net.h.


The documentation for this struct was generated from the following file: