Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Avoid "Unknown command" messages when receiving getaddr on outbound c… #7642
Conversation
|
utACK Tiny nit: can you use a less wide commit title? See http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html for example. |
dgenr8
referenced this pull request
in bitcoinclassic/bitcoinclassic
Mar 5, 2016
Closed
Avoid "Unknown command" messages when receiving getaddr on outbound c… #129
jonasschnelli
added
the
Refactoring
label
Mar 6, 2016
|
utACK rebroad/bitcoin@d84ea1a |
|
utACK d84ea1a |
|
utACK. e.g. else if (strCommand == NetMsgType::HEADERS && !fImporting && !fReindex) // Ignore headers received while importing |
|
@sipa commit reworded |
sipa
merged commit 9988554
into
bitcoin:master
Mar 9, 2016
1 check passed
added a commit
that referenced
this pull request
Mar 9, 2016
|
Could be tagged with "Needs backport" |
laanwj
added
the
Needs backport
label
Mar 14, 2016
added a commit
to MarcoFalke/bitcoin
that referenced
this pull request
Apr 27, 2016
|
Backported as part of #7938. Removing label 'Needs backport'. |
rebroad commentedMar 4, 2016
…onnections.
Replaces #6344 and addresses concerns raised (i.e. now logs this exceptional event).