Communicator goes online. 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_NEW_COMMUNICATOR. More... | |
uint32_t | cc |
NBO encoding of enum GNUNET_TRANSPORT_CommunicatorCharacteristics More... | |
uint32_t | can_burst |
The communicator can do burst msgs. More... | |
Communicator goes online.
Note which addresses it can work with.
Definition at line 262 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_CommunicatorAvailableMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_NEW_COMMUNICATOR.
Definition at line 267 of file transport.h.
Referenced by check_communicator_available(), and handle_communicator_available().
uint32_t GNUNET_TRANSPORT_CommunicatorAvailableMessage::cc |
NBO encoding of enum GNUNET_TRANSPORT_CommunicatorCharacteristics
Definition at line 272 of file transport.h.
Referenced by handle_communicator_available(), and reconnect().
uint32_t GNUNET_TRANSPORT_CommunicatorAvailableMessage::can_burst |
The communicator can do burst msgs.
Definition at line 277 of file transport.h.
Referenced by handle_communicator_available(), and reconnect().