Skip to content

Commit

Permalink
devguides: daemon rpc get_connections missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Mar 9, 2024
1 parent 351cf45 commit 9ec966a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/developer-guides/daemon-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ Outputs:

* *connections* - List of all connections and their info:
* *address* - string; The peer's address, actually IPv4 & port
* *address_type* - unsigned int; 0 = invalid, 1 = ipv4 and 2 = ipv6.
* *avg_download* - unsigned int; Average bytes of data downloaded by node.
* *avg_upload* - unsigned int; Average bytes of data uploaded by node.
* *connection_id* - string; The connection ID
Expand All @@ -729,6 +730,8 @@ Outputs:
* *port* - string; The port that the node is using to connect to the network.
* *recv_count* - unsigned int
* *recv_idle_time* - unsigned int
* *rpc_credits_per_hash* - unsigned int; clients will be awarded credits/difficulty credits for every hash they calculate.
* *rpc_port* - unsigned int
* *send_count* - unsigned int
* *send_idle_time* - unsigned int
* *state* - string
Expand Down

0 comments on commit 9ec966a

Please sign in to comment.