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

#204 P2P replica mode #205

Merged
merged 2 commits into from
Apr 7, 2021
Merged

#204 P2P replica mode #205

merged 2 commits into from
Apr 7, 2021

Conversation

MaximKsh
Copy link
Collaborator

@MaximKsh MaximKsh commented Apr 3, 2021

No description provided.

@@ -73,6 +73,20 @@ async def create(cls, *args, quic=1, tls=1, conn_manager=1, dht_client=1,
break
return self

@classmethod
async def replica(cls, daemon_listen_port: int, host_port: int):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: rename this method into a verb (replicate) or context (from_running_daemon)?

@MaximKsh MaximKsh merged commit ebc5a75 into libp2p Apr 7, 2021
@MaximKsh MaximKsh deleted the p2pd-multiprocess-sharing branch April 7, 2021 05:25
justheuristic pushed a commit that referenced this pull request Apr 13, 2021
* #204 P2P replica mode

* #204 rename replica->replicate
MaximKsh added a commit that referenced this pull request Apr 20, 2021
* #204 P2P replica mode

* #204 rename replica->replicate
MaximKsh added a commit that referenced this pull request May 14, 2021
* #204 P2P replica mode

* #204 rename replica->replicate
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

Successfully merging this pull request may close these issues.

2 participants