A clone of btpd with my configuration changes.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

31 рядки
949 B

  1. btpd-0.3:
  2. ---------
  3. Misc:
  4. - New download strategy.
  5. - Pipe ten requests instead of five.
  6. - "-d" option added to btpd.
  7. - "--with-warn" option added to configure. The default is now
  8. to compile with warnings off.
  9. Bug fixes:
  10. - It was possible for blocks to remain marked as busy when a peer
  11. choked or was lost, causing a piece download to wait until end game.
  12. - The peer wanted level could get too high during end game.
  13. btpd 0.2:
  14. ---------
  15. Misc:
  16. - A new way to do rate limiting.
  17. - Compact mode is now used when talking to the tracker.
  18. Bug fixes:
  19. - A buffer was too small by four bytes, causing a buffer overflow
  20. on the heap in certain conditions.
  21. - An iteration over a list was unsafe and could cause a crash.
  22. - Unloading a torrent didn't kill peers in handshake for that torrent,
  23. and a crash was possible when the handshake finished.
  24. - The counter for uploaded data was updated too early.
  25. - Fixed illegal operator for test(1) in configure.