Author

Topic: help with ProcessMessages() (Read 620 times)

sr. member
Activity: 465
Merit: 254
June 19, 2014, 08:37:11 AM
#1
Hello, I am debugging an LTC based coin and having an issue with message receiving.

There were some updates and it can no longer get block data from other nodes (the network is fine, it works with the current version).

Messages get sent okay
Code:
2014-06-19 12:27:34 send version message: version 60002, blocks=0, [..etc..]

But everything received back doesn't contain anything (is there even a message received?), i.e., pfrom->nServices = 0 and pfrom->vRecvMsg size = 0.

Can someone point me in the right direction?
Jump to: