GNUnet 0.22.2
GNUNET_TRANSPORT_StartBurst Struct Reference

Message from transport to communicator to start a burst. More...

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

Collaboration diagram for GNUNET_TRANSPORT_StartBurst:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_START_BURST. More...
 
struct GNUNET_PeerIdentity pid
 Target peer. More...
 
struct GNUNET_TIME_RelativeNBO rtt
 

Detailed Description

Message from transport to communicator to start a burst.

Definition at line 679 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_StartBurst::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_START_BURST.

Definition at line 684 of file transport.h.

Referenced by start_burst().

◆ pid

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_StartBurst::pid

Target peer.

Definition at line 689 of file transport.h.

Referenced by handle_start_burst(), and start_burst().

◆ rtt

struct GNUNET_TIME_RelativeNBO GNUNET_TRANSPORT_StartBurst::rtt

Definition at line 691 of file transport.h.

Referenced by handle_start_burst(), and start_burst().


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