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

Ephemeral streams #407

Closed
kogeler opened this issue Jul 5, 2020 · 1 comment
Closed

Ephemeral streams #407

kogeler opened this issue Jul 5, 2020 · 1 comment

Comments

@kogeler
Copy link
Contributor

kogeler commented Jul 5, 2020

A Polkadot Host node should open several substreams. In particular, it should periodically open ephemeral substreams in order to:

  • ping the remote peer and check whether the connection is still alive. Failure for the remote peer to reply leads to a disconnection. This uses the libp2p ping protocol specified in [lab19].
  • ask information from the remote.
  • send Kademlia random walk queries. Each Kademlia query is done in a new separate substreams. This

Aha! Link: https://soramitsucoltd.aha.io/requirements/PRE-51-5

@kogeler kogeler mentioned this issue Jul 5, 2020
3 tasks
@xDimon
Copy link
Member

xDimon commented Nov 10, 2021

All of them already implemented

@xDimon xDimon closed this as completed Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants