31 #define GNUNET_RPS_CADET_PORT 31337 85 struct GNUNET_RPS_CS_ActMaliciousMessage
Peers_ChannelRole
The role of a channel.
Message from service to client containing current update of view.
Message from client to service indicating that clients wants to get stream of biased peers...
We destroyed the channel because the other peer established a second one.
struct GNUNET_MessageHeader header
Header including size and type in NBO.
void(* PeerOp)(void *cls, const struct GNUNET_PeerIdentity *peer)
Functions of this type can be used to be stored at a peer for later execution.
Message from client to service indicating that clients wants to get updates of the view...
P2P Message to send PeerIDs to other peer.
int(* PeersIterator)(void *cls, const struct GNUNET_PeerIdentity *peer)
Iterator over valid peers.
Channel is used for receiving.
Peers_ChannelFlags
Keep track of the status of a channel.
uint32_t num_peers
Number of PeerIDs sent.
Peers_PeerFlags
Different flags indicating the status of another peer.
Time for relative time used by GNUnet, in microseconds and in network byte order. ...
We destroyed the channel because the other peer established a second one.
#define GNUNET_NETWORK_STRUCT_BEGIN
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32.
Message from client to service with seed of peers.
If we are waiting for a reply from that peer (sent a pull request).
Message from client to service telling it to stop a new sub.
Channel is used for sending.
Message from service to client containing peer from biased stream.
Message from client to service telling it to start a new sub.
We set this bit when we are going to destroy the channel to this peer.
struct GNUNET_TESTBED_Peer * peer
The peer associated with this model.
The channel was removed because it was not needed any more.
#define GNUNET_NETWORK_STRUCT_END
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32;.
The identity of the host (wraps the signing key of the peer).
struct GNUNET_STATISTICS_Handle * stats
Handle to the statistics service.
#define GNUNET_PACKED
gcc-ism to get packed structs.
enum GNUNET_TESTBED_UnderlayLinkModelType type
the type of this model
static unsigned long long reserved
How much space have we currently reserved?
We set this bit when we know the peer is online.