Information we use to track a connection (the classical 6-tuple of IP-version, protocol, source-IP, destination-IP, source-port and destinatin-port. More...
Data Fields | |
struct SocketAddress | remote_address |
Address information for the other party (equivalent of the arguments one would give to "connect"). More... | |
struct SocketAddress | local_address |
Address information we used locally (AF and proto must match "remote_address"). More... | |
Information we use to track a connection (the classical 6-tuple of IP-version, protocol, source-IP, destination-IP, source-port and destinatin-port.
Definition at line 165 of file gnunet-daemon-exit.c.
struct SocketAddress RedirectInformation::remote_address |
Address information for the other party (equivalent of the arguments one would give to "connect").
Definition at line 171 of file gnunet-daemon-exit.c.
Referenced by get_redirect_state(), hash_redirect_info(), and new_service_channel().
struct SocketAddress RedirectInformation::local_address |
Address information we used locally (AF and proto must match "remote_address").
Equivalent of the arguments one would give to "bind".
Definition at line 178 of file gnunet-daemon-exit.c.
Referenced by get_redirect_state(), and hash_redirect_info().