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

Increase peer's send buffer (#2931) #2934

Merged

Conversation

hashmap
Copy link
Contributor

@hashmap hashmap commented Jun 30, 2019

When we send a txhashet archive a peer's thread is busy with sending it
and can't send other messages, eg pings. If the network connection is
slow buffer capacity 10 may be not enough, hence the peer's drop.

Safer attempt to address #2929 in 2.0.0

When we send a txhashet archive a peer's thread is busy with sending it
and can't send other messages, eg pings. If the network connection is
slow buffer capacity 10 may be not enough,  hence the peer's drop.

Safer attempt to address mimblewimble#2929 in 2.0.0
@hashmap hashmap added this to the 2.0.0 milestone Jun 30, 2019
@hashmap
Copy link
Contributor Author

hashmap commented Jun 30, 2019

It was merged to 2.0.0, pushing to master

@hashmap hashmap merged commit dbd2535 into mimblewimble:master Jun 30, 2019
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.

1 participant