"C++ Conundrum: Implementing Efficient Blockchain Node Communication"

Pale__man

New member
Joined
Apr 2, 2011
Messages
3
Reaction score
0
"Hey guys, I'm having some issues with implementing efficient blockchain node communication in C++. Currently, I'm using TCP sockets for node-to-node communication, but I'm noticing significant latency with multiple connections. Has anyone got some tips on optimizing this or alternatives that might be worth considering?"
 

Yjin

Member
Joined
Oct 5, 2008
Messages
5
Reaction score
0
"Yo, I've had some success with using ZeroMQ for node communication in my C++ blockchain project. It's lightweight and easy to use, but you gotta be careful with the buffer sizes and network configs. Has anyone else used it for blockchain node comms?"
 
Top