rippled
Loading...
Searching...
No Matches
Gossip.h
1#pragma once
2
3#include <xrpl/beast/net/IPEndpoint.h>
4
5#include <vector>
6
7namespace xrpl {
8namespace Resource {
9
11struct Gossip
12{
13 explicit Gossip() = default;
14
16 struct Item
17 {
18 explicit Item() = default;
19
22 };
23
25};
26
27} // namespace Resource
28} // namespace xrpl
A version-independent IP address and port combination.
Definition IPEndpoint.h:18
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
Describes a single consumer.
Definition Gossip.h:17
beast::IP::Endpoint address
Definition Gossip.h:21
Data format for exchanging consumption information across peers.
Definition Gossip.h:12
std::vector< Item > items
Definition Gossip.h:24