]> Git Repo - VerusCoin.git/commit - src/main.cpp
Increase block download timeout base from 10 to 20 minutes.
authorGregory Maxwell <[email protected]>
Mon, 12 Jan 2015 17:53:10 +0000 (09:53 -0800)
committerGregory Maxwell <[email protected]>
Mon, 12 Jan 2015 19:58:17 +0000 (11:58 -0800)
commit3ff735c99ae75c21397079f49859b81e89a2f5f8
treeb25c414bbd034b0d82f4ae9dd12c5df4f59f1150
parent90c71548c795787b008bc337cb9332f75d1bccdb
Increase block download timeout base from 10 to 20 minutes.

This harmonizes the block fetch timeout with the existing ping timeout
 and eliminates a guaranteed eventual failure from congestion collapse
 for a network operating right at its limit.

It's unlikely that we wouldn't suffer other failures if we were really
 anywhere near the network's limit, and a complete avoidance of congestion
 collapse risk requires (I think) an exponential back-off. So this isn't
 a major concern, but I think it's also useful for reducing the complexity
 of understanding out timeouts.
src/main.cpp
This page took 0.025787 seconds and 4 git commands to generate.