Message from transport to communicator to start a burst. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>
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 |
Message from transport to communicator to start a burst.
Definition at line 679 of file transport.h.
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().
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().
struct GNUNET_TIME_RelativeNBO GNUNET_TRANSPORT_StartBurst::rtt |
Definition at line 691 of file transport.h.
Referenced by handle_start_burst(), and start_burst().