John M. Jones
John M. Jones
64bit Linux: The size of a(n) int is: 4 The size of a(n) long is: 8 The size of a(n) long long is: 8 The size of a(n) unsigned long...
From what I can see, blocks are rejected if fc::raw::pack_size is greater than global_properties.parameters.maximum_block_size. Need to verify that pack_size reports that the same block is the same size regardless of...
I may not be understanding the problem this issue is trying to resolve, so please stop reading if I'm off in the weeds. **Short version:** I see a quick fix...
This looks like something I'd like to tackle. Please let me know if someone else is already working on it.
Here is a list of parameters that can be used in combination to hopefully achieve the desired result. I'll modify this post based on your comments: **Parameters that determine who...
What I'm researching now: When a trusted peer drops, does the local node attempt to reconnect? **Yes** When the local node loses connectivity, does it starve, or attempt to reconnect...
Thank you for the clarifications @abitmore . I have changed the post above to include some of your clarifications. A question: When you say "This is needed." Do you mean...
@abitmore What about only advertising a random number of the trusted nodes? That will exclude the node advertising itself, and give a possible attacker something to chew on. Another question...
After some pondering and testing, I believe that separating the implementation from the declaration of things like node_impl (by placing the declaration in a header file) will make things easier...
@abitmore Thank you for the find. That certainly would open up configuring the p2p configuration from the command line. The advertising question: What about another parameter that is ``advertise-peer-algorithm`` and...