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

move go-conn-security-multistream here #1460

Merged
merged 18 commits into from
Apr 26, 2022
Merged

move go-conn-security-multistream here #1460

merged 18 commits into from
Apr 26, 2022

Conversation

marten-seemann
Copy link
Contributor

Part of #1187.

Stebalien and others added 18 commits January 17, 2018 22:07
Make sure to wait until we're done writing before returning. The close should
interrupt this process but we should still wait.

might be related to ipfs/kubo#6197
* implement simultaneous open


Co-authored-by: aarshkshah1992 <aarshkshah1992@gmail.com>
fix go vet and staticcheck
* use the new SecureTransport and SecureMuxer interfaces

* restore sanity check for the remote peer's ID, add log statement
@marten-seemann marten-seemann mentioned this pull request Apr 26, 2022
65 tasks
@@ -3,13 +3,13 @@ package config
import (
"fmt"

csms "github.com/libp2p/go-libp2p/p2p/net/conn-security-multistream"
Copy link
Member

Choose a reason for hiding this comment

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

Feel free to rename to something sane.

Copy link
Member

Choose a reason for hiding this comment

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

Maybe even have a multistream package? Or an upgraders package? Not sure.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We already have an upgrader. Can't think of something sensible for this package right now. Let's rename this later.

@marten-seemann marten-seemann merged commit 4b7059c into master Apr 26, 2022
@marten-seemann marten-seemann deleted the merge-csm branch November 8, 2022 13:59
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.

None yet

4 participants