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"). | |
| struct SocketAddress | local_address |
| Address information we used locally (AF and proto must match "remote_address"). | |
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 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.