-
Notifications
You must be signed in to change notification settings - Fork 38
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
Channel connector #493
Comments
I realize now that some reasearch into what exactly epoch does is required. There is probably some significant split between Initiator and Responder. We probably want to implement separate ChannelResponder and ChannelInitiator modules. Where ChannelResponder imlements some server and ChannelInitiator implements some client. Details of epoch channel network protocol aren't documented so a lot of referencing epoch code will be probably required. |
Epoch implements a network protocol for Channel negotiation and handling. We want to create a ChannelConnector whose role will be to implement that protocol.
ChannelConnector should:
Relevant docs:
The text was updated successfully, but these errors were encountered: