Tor 0.4.9.2-alpha-dev
|
Data Fields | |
uint16_t | prt_min |
uint16_t | prt_max |
uint64_t | reject_count |
unsigned int | accepted:1 |
Element of an exit policy summary
Definition at line 74 of file policies.c.
unsigned int accepted |
Definition at line 79 of file policies.c.
uint16_t prt_max |
Highest port number to accept/reject.
Definition at line 76 of file policies.c.
uint16_t prt_min |
Lowest port number to accept/reject.
Definition at line 75 of file policies.c.
uint64_t reject_count |
Number of IP-Addresses that are rejected to this port range.
Definition at line 77 of file policies.c.