Tor
0.4.7.0-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 71 of file policies.c.
uint16_t prt_max |
Highest port number to accept/reject.
Definition at line 73 of file policies.c.
uint16_t prt_min |
Lowest port number to accept/reject.
Definition at line 72 of file policies.c.
uint64_t reject_count |
Number of IP-Addresses that are rejected to this port range.
Definition at line 74 of file policies.c.