GNUnet 0.21.1
RedirectInformation Struct Reference

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...

Collaboration diagram for RedirectInformation:
[legend]

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...
 

Detailed Description

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 166 of file gnunet-daemon-exit.c.

Field Documentation

◆ remote_address

struct SocketAddress RedirectInformation::remote_address

Address information for the other party (equivalent of the arguments one would give to "connect").

Definition at line 172 of file gnunet-daemon-exit.c.

Referenced by get_redirect_state(), hash_redirect_info(), and new_service_channel().

◆ local_address

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 179 of file gnunet-daemon-exit.c.

Referenced by get_redirect_state(), and hash_redirect_info().


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