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

cleanup bitswap and handle message send failure slightly better #3408

Merged
merged 1 commit into from
Nov 27, 2016

Conversation

whyrusleeping
Copy link
Member

This is prep work for the bitswap fixes being discussed in #3398

License: MIT
Signed-off-by: Jeromy why@ipfs.io

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
@whyrusleeping
Copy link
Member Author

cc @lgierth and @Kubuxu for review

@whyrusleeping whyrusleeping assigned ghost and Kubuxu Nov 26, 2016
Copy link
Member

@Kubuxu Kubuxu left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -112,34 +111,36 @@ func New(parent context.Context, p peer.ID, network bsnet.BitSwapNetwork,

// Bitswap instances implement the bitswap protocol.
type Bitswap struct {
// the peermanager manages sending messages to peers in a way that
// wont block bitswap operation
Copy link
Member

Choose a reason for hiding this comment

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

s/wont/want/

Copy link

Choose a reason for hiding this comment

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

nah it't just a missing apostrophe :)

Copy link
Member

Choose a reason for hiding this comment

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

aah
ok.

@whyrusleeping whyrusleeping merged commit 4e8015d into master Nov 27, 2016
@whyrusleeping whyrusleeping deleted the feat/bitswap-cleanup branch November 27, 2016 19:23
@whyrusleeping whyrusleeping removed the status/in-progress In progress label Nov 27, 2016
@ghost ghost mentioned this pull request Dec 23, 2016
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