Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

P2p stat 274 gh 916 #923

Merged
merged 5 commits into from
Dec 11, 2017
Merged

P2p stat 274 gh 916 #923

merged 5 commits into from
Dec 11, 2017

Conversation

pmesnier
Copy link
Contributor

aaddress remaining isues related to synchronization. ALso disables reconnect to a peer that failed a blok validation test. Finally, work around an apparent memory buffer management issue

//dlog ("read_ind = ${r1}, ${r2} write_ind = ${w1}, ${w2}, buff.size = ${bs}, sanity = ${s}",
// ("r1",read_ind.first)("r2",read_ind.second)("w1",write_ind.first)("w2",write_ind.second)("bs",buffers.size())("s",sanity_check));
if( buffers.size() != sanity_check) {
exit(0);
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a log before exit.

@heifner heifner merged commit 60fa5fd into master Dec 11, 2017
spoonincode pushed a commit that referenced this pull request Dec 12, 2017
P2p stat 274 gh 916

(PARTIALLY reapplied on noon -- did not take the genesis file)
@pmesnier pmesnier deleted the p2p-stat-274-gh-916 branch December 20, 2017 09:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants