p2p icon indicating copy to clipboard operation
p2p copied to clipboard

Refactor comminication subsystem

Open crioto opened this issue 6 years ago • 0 comments

Current communication between peers is ineffective. Packet contains a few fields that's not used and can be removed, too many packet types.

Our plan is to make communication between peers much simpler by limiting number of packet types to 3:

  1. Normal network packet that will be decrypted and sent to TAP interface upon receive.
  2. Proxy packet will not be ecnrypted/decrypted and used between proxies and peers
  3. Communication packet - communication protocol between two peers. We may also think about implementation of Discovery service support.

crioto avatar Nov 23 '18 01:11 crioto