peerplays_migrated/libraries/net
Eric Frias c0b9af9a99 Greatly reduce the amount of time the p2p network code will wait for a peer to
return a requested block/transaction.  Make this time dependent on the actual block
interval.  This should allow the the node to give up and request the block from
another peer before the ~30 second undo interval has passed.
Fix the merkle root calculation to avoid reading
past the end of a vector.  Modify the algorithm to do what was likely intended
(this modification is currently disabled because it will yield different results
than the currently-running testnet)
Fix windows build errors.
2015-08-24 09:57:47 -04:00
..
include/graphene/net Greatly reduce the amount of time the p2p network code will wait for a peer to 2015-08-24 09:57:47 -04:00
CMakeLists.txt Implement minimal "make install" command #219 2015-08-06 12:40:53 -04:00
core_messages.cpp Initial commit 2015-06-08 12:36:37 -04:00
message_oriented_connection.cpp Initial commit 2015-06-08 12:36:37 -04:00
node.cpp Greatly reduce the amount of time the p2p network code will wait for a peer to 2015-08-24 09:57:47 -04:00
peer_connection.cpp Define GRAPHENE_MIN_BLOCK_INTERVAL and use it to fix minimum_time_of_last_offered_block logic #154 2015-07-13 12:33:52 -04:00
peer_database.cpp Create directory for storing p2p config if it doesn't already exist 2015-06-24 18:21:20 -04:00
stcp_socket.cpp Initial commit 2015-06-08 12:36:37 -04:00