28 lines
588 B
JSON
28 lines
588 B
JSON
{
|
|
"schema": 1,
|
|
"schemaVersion": 2,
|
|
"topicHex": "deadbeef",
|
|
"peerCount": 3,
|
|
"seedHandshakeError": null,
|
|
"replicationQueueDepth": 2,
|
|
"replicationQueue": {
|
|
"depth": 2,
|
|
"pending": 1,
|
|
"items": [{ "id": "a" }]
|
|
},
|
|
"peerFirewallStats": {
|
|
"acceptedSessionCount": 10,
|
|
"rejectedSessionCount": 1,
|
|
"inboundSessionCount": 4,
|
|
"outboundSessionCount": 6,
|
|
"wave9": { "x": 1 }
|
|
},
|
|
"bsdSocketGuestBridge": {
|
|
"schema": 1,
|
|
"policyEnv": "BARE_OS_BSD_SOCKET_POLICY",
|
|
"note": "test bridge",
|
|
"activeBridgedFds": 0
|
|
},
|
|
"atMs": 1700000000000
|
|
}
|