This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Peter Surda ca7becb921
Download fixes
- in corner cases, download request could have contained an incorrect
  request length. I haven't actually checked if this can be triggered
  though
- wait for downloading until anti intersection delay expires. Doesn't
  necessarily mean that it will always avoid peer's anti intersection
  delay, but it's close enough
- tracks last time an object was received. If it was too long time ago,
  reset the download request queue. This avoid situations like when a
  request gets ignored during the anti intersection delay, but it will
  keep thinking there are still pending requests as long as not all
  missing objects have been requested. This caused staggered download
  (request 1000 items, wait 1 minute, request 1000 more, wait another
  minute, ...)
- with these fixes, you should end up downloading as fast as your
  network and CPU allow
- best tested with trustedpeer
2018-04-03 19:24:07 +02:00
..
2017-10-19 08:56:48 +02:00
2017-08-09 17:34:47 +02:00
2018-02-03 11:46:39 +01:00
2018-02-09 00:49:08 +01:00
2018-04-03 19:24:07 +02:00
2017-03-10 23:11:57 +01:00
2017-04-16 18:27:15 +02:00
2017-01-11 17:00:00 +01:00
2018-02-03 11:46:39 +01:00
2017-05-24 16:51:49 +02:00
2018-04-03 19:24:07 +02:00
2018-02-18 20:53:16 +01:00
2017-10-19 09:08:05 +02:00
2018-02-26 20:04:57 +01:00
2017-10-20 23:11:33 +02:00
2018-04-01 11:39:02 +02:00
2017-07-08 06:54:25 +02:00
2018-01-22 22:18:01 +01:00