|
Tor 0.4.9.8
|
Data Fields | |
| bool | set_conn_limit |
| unsigned | old_conn_limit |
| smartlist_t * | new_listeners |
Structure to represent an incomplete configuration of a set of listeners.
This structure is generated by options_start_listener_transaction(), and is either committed by options_commit_listener_transaction() or rolled back by options_rollback_listener_transaction().
| smartlist_t* new_listeners |
List of new listeners that we opened.
Definition at line 1613 of file config.c.
Referenced by options_commit_listener_transaction(), options_rollback_listener_transaction(), and options_start_listener_transaction().
| unsigned old_conn_limit |
If nonzero, previous connlimit value.
Definition at line 1612 of file config.c.
Referenced by options_rollback_listener_transaction(), and options_start_listener_transaction().
| bool set_conn_limit |
True if we've set the connection limit
Definition at line 1611 of file config.c.
Referenced by options_commit_listener_transaction(), options_rollback_listener_transaction(), and options_start_listener_transaction().