P2P
Bases: Base
ORM model for the local P2P endpoint.
Attributes:
Name | Type | Description |
---|---|---|
uid |
int
|
Primary key. |
time |
datetime
|
Timestamp of the record. |
full_json |
dict
|
Full JSON data. |
connections |
int
|
Number of connections. |
incoming_connections |
int
|
Number of incoming connections. |
peer_list_size |
int
|
Size of the peer list. |
peers |
dict
|
List of peers. |
uptime |
int
|
Uptime of the P2P connection. |