peerplays_migrated/libraries/net/include/graphene/net
Eric Frias 9536350a50 Reduce the amount of time we'll wait for a peer to provide a requested block to
one second (down from one full block interval), to reduce the chance of us getting
blocks out of order.
Remove the variable we use to keep track of the last block number a peer has;
This was an optimization in BitShares 0.x where looking up the number was expensive,
and maintaining it is error-prone.
2015-09-21 11:48:58 -04:00
..
config.hpp Increase duration of message cache from two blocks (which in practice meant anything > 1 block) to 30 blocks, and move the constant to config.hpp 2015-09-02 17:26:26 -04:00
core_messages.hpp Progress on #144 - refactoring fee schedule 2015-07-08 18:45:53 -04:00
exceptions.hpp Add extra error reporting when we get a list of sync blocks that don't make sense, and replace the assert 2015-09-19 17:08:57 -04:00
message.hpp Initial commit 2015-06-08 12:36:37 -04:00
message_oriented_connection.hpp improve reindexing performance 2015-08-24 17:57:44 -04:00
node.hpp Restore much of the syncing code from BitShares 0.x, and add optimizations that prevent us from attempting to sync with peers those blockchain diverged from ours many blocks ago, which also reduces the size of sync messages. Add logging. 2015-09-10 08:56:29 -04:00
peer_connection.hpp Reduce the amount of time we'll wait for a peer to provide a requested block to 2015-09-21 11:48:58 -04:00
peer_database.hpp Remove leveldb code from peer database, replace with writing to json 2015-06-24 18:21:20 -04:00
stcp_socket.hpp Initial commit 2015-06-08 12:36:37 -04:00