You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have 3 protocol layers in the current code, on top of Chronos DatagramTransport.
1, the Transport, implementing key exchange and low level authenticated datagram transport
2, the discv5 protocol with its FindNode and Talk messaging
3, the AddProvider/GetProviders messaging on top of Talk.
Layer 1 could be replaced with the stream oriented libp2p equivalent, including libp2p-noise handshake and security.
The goal is to have both as alternatives, under the same API.
The text was updated successfully, but these errors were encountered:
We have 3 protocol layers in the current code, on top of Chronos DatagramTransport.
1, the Transport, implementing key exchange and low level authenticated datagram transport
2, the discv5 protocol with its FindNode and Talk messaging
3, the AddProvider/GetProviders messaging on top of Talk.
Layer 1 could be replaced with the stream oriented libp2p equivalent, including libp2p-noise handshake and security.
The goal is to have both as alternatives, under the same API.
The text was updated successfully, but these errors were encountered: