Actually use mapAlreadyAskedFor.
authorMatt Corallo <matt@bluematt.me>
Thu, 21 Jul 2011 20:06:20 +0000 (22:06 +0200)
committerMatt Corallo <matt@bluematt.me>
Thu, 21 Jul 2011 20:06:20 +0000 (22:06 +0200)
commit643160f6e7e5e8ca84bc7d2c1a0f37d9cf43a6e1
tree7ae4dcfad59382948bb0f945d164aa648e0b93c2
parent9e3e21efeb52cd91d4507a9e8e07c68bafb65223
Actually use mapAlreadyAskedFor.

Previously, mapAlreadyAskedFor was read from, but never added to.
The original intent was to use mapAlreadyAskedFor to keep track
of the time an item was requested and "Each retry is 2 minutes
after the last".
This implements that intent.
src/main.cpp