Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor comminication subsystem #1162

Open
crioto opened this issue Nov 23, 2018 · 0 comments
Open

Refactor comminication subsystem #1162

crioto opened this issue Nov 23, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@crioto
Copy link
Member

crioto commented Nov 23, 2018

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 crioto added this to the v9.0.0 milestone Nov 23, 2018
@crioto crioto self-assigned this Nov 23, 2018
@crioto crioto added the epic label Nov 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant