Holds the permission flags granted to a peer and helpers to query and modify them.
Synopsis
Declared in <net_permissions.h>
class NetPermissions;
Static Member Functions
Name |
Description |
Add a flag to a set of flags. |
|
Remove a flag from a set of flags. ClearFlag is only called with |
|
Test whether a set of flags contains a given flag (or flag combination). |
|
Convert a set of permission flags into their human‐readable names. |
Data Members
Name |
Description |
The permission flags currently granted. |
Derived Classes
Name |
Description |
Permissions bound to a specific listening address, parsed from a ‐whitebind entry. |
|
Permissions applied to peers matching a subnet, parsed from a ‐whitelist entry. |
Created with MrDocs