GNUnet 0.21.1
OpenPort Struct Reference

Port opened by a client. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/gnunet-service-cadet.h>

Collaboration diagram for OpenPort:
[legend]

Data Fields

struct CadetClientc
 Client that opened the port. More...
 
struct GNUNET_HashCode port
 Port number. More...
 
struct GNUNET_HashCode h_port
 Port hashed with our PID (matches incoming OPEN messages). More...
 

Detailed Description

Port opened by a client.

Definition at line 148 of file gnunet-service-cadet.h.

Field Documentation

◆ c

struct CadetClient* OpenPort::c

Client that opened the port.

Definition at line 153 of file gnunet-service-cadet.h.

Referenced by client_release_ports(), handle_port_close(), and handle_port_open().

◆ port

struct GNUNET_HashCode OpenPort::port

Port number.

Definition at line 158 of file gnunet-service-cadet.h.

◆ h_port

struct GNUNET_HashCode OpenPort::h_port

Port hashed with our PID (matches incoming OPEN messages).

Definition at line 163 of file gnunet-service-cadet.h.

Referenced by GCCH_channel_incoming_new().


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