systemquery/src/lib/agent
Starbeamrainbowlabs 56939dcc24
Properly deduplicate connections.
By assigning a random connection ID during the initial hello that's both 
unique to every new connection regardless of target and consistent 
across both the connection initiator and acceptor, we can do string 
comparison to determine which string is greater than the other. In doing 
so, we can ensur  the same connection is always terminated, thereby 
avoiding closing both connections by accident.
2022-03-15 00:28:27 +00:00
..
subsystems/http http /api/status : Add array of known tables 2022-03-10 03:00:20 +00:00
Agent.mjs PeerServer, Peer: Fully support exchanging friendly names 2022-02-26 00:20:58 +00:00
Peer.mjs Properly deduplicate connections. 2022-03-15 00:28:27 +00:00
PeerServer.mjs Properly deduplicate connections. 2022-03-15 00:28:27 +00:00