Tor 0.4.9.0-alpha-dev
Data Fields
listener_replacement_t Struct Reference

#include <connection.h>

Data Fields

struct connection_told_conn
 
const struct port_cfg_tnew_port
 

Detailed Description

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.

Field Documentation

◆ new_port

const struct port_cfg_t* new_port

Definition at line 118 of file connection.h.

◆ old_conn

struct connection_t* old_conn

Definition at line 117 of file connection.h.


The documentation for this struct was generated from the following file: