mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 12:00:18 -04:00
Merge pull request #5190
551104fb
daemon: add --public-node mode, RPC port propagation over P2P (xiphon)
This commit is contained in:
commit
848591c4d8
20 changed files with 147 additions and 30 deletions
|
@ -54,6 +54,7 @@ namespace cryptonote
|
|||
std::string host;
|
||||
std::string ip;
|
||||
std::string port;
|
||||
uint16_t rpc_port;
|
||||
|
||||
std::string peer_id;
|
||||
|
||||
|
@ -89,6 +90,7 @@ namespace cryptonote
|
|||
KV_SERIALIZE(host)
|
||||
KV_SERIALIZE(ip)
|
||||
KV_SERIALIZE(port)
|
||||
KV_SERIALIZE(rpc_port)
|
||||
KV_SERIALIZE(peer_id)
|
||||
KV_SERIALIZE(recv_count)
|
||||
KV_SERIALIZE(recv_idle_time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue