Tor 0.4.9.0-alpha-dev
|
#include <connection.h>
Data Fields | |
struct connection_t * | old_conn |
const struct port_cfg_t * | new_port |
This struct associates an old listener connection to be replaced by new connection described by port configuration. Only used when moving listeners to/from wildcard IP address.
Definition at line 115 of file connection.h.
const struct port_cfg_t* new_port |
Definition at line 118 of file connection.h.
struct connection_t* old_conn |
Definition at line 117 of file connection.h.