GNUnet 0.28.1-dev.5-1-gae1c02d74
 
Loading...
Searching...
No Matches
GNUNET_TRANSPORT_StartBurst Struct Reference

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

#include </home/buildbot/bb-worker/worker/gnunet_release/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.
 
struct GNUNET_PeerIdentity pid
 Target peer.
 
struct GNUNET_TIME_RelativeNBO rtt
 

Detailed Description

Message from transport to communicator to start a burst.

Definition at line 681 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 686 of file transport.h.

Referenced by start_burst().

◆ pid

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_StartBurst::pid

Target peer.

Definition at line 691 of file transport.h.

Referenced by handle_start_burst(), and start_burst().

◆ rtt

struct GNUNET_TIME_RelativeNBO GNUNET_TRANSPORT_StartBurst::rtt

Definition at line 693 of file transport.h.

Referenced by handle_start_burst(), and start_burst().


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