A clone of btpd with my configuration changes.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

54 行
1.6 KiB

  1. btpd-0.5:
  2. ---------
  3. Bug fixes:
  4. - The bitfield could be sent too late. This could cause the receiving
  5. peer to close the connection.
  6. btpd-0.4:
  7. ---------
  8. Misc:
  9. - The 0.1 rate limiter is back. It runs at a configurable hz now.
  10. - Added "--bw-hz" option to btpd.
  11. - Multiple have messages can be sent in place of a bitfield.
  12. - If btpd can't write to a peer for 60s, it will be disconnected.
  13. Bug fixes:
  14. - A calculation error made btpd buggy with small torrents.
  15. This caused strange crashes and many reports on bad hashes in the log.
  16. - The bitfield was sent too early. A peer could miss pieces btpd got
  17. while the peer was in handshake.
  18. - Some situations in end game or with bad hashes could cause a crash.
  19. btpd-0.3:
  20. ---------
  21. Misc:
  22. - New download strategy.
  23. - Pipe ten requests instead of five.
  24. - "-d" option added to btpd.
  25. - "--with-warn" option added to configure. The default is now
  26. to compile with warnings off.
  27. Bug fixes:
  28. - It was possible for blocks to remain marked as busy when a peer
  29. choked or was lost, causing a piece download to wait until end game.
  30. - The peer wanted level could get too high during end game.
  31. btpd 0.2:
  32. ---------
  33. Misc:
  34. - A new way to do rate limiting.
  35. - Compact mode is now used when talking to the tracker.
  36. Bug fixes:
  37. - A buffer was too small by four bytes, causing a buffer overflow
  38. on the heap in certain conditions.
  39. - An iteration over a list was unsafe and could cause a crash.
  40. - Unloading a torrent didn't kill peers in handshake for that torrent,
  41. and a crash was possible when the handshake finished.
  42. - The counter for uploaded data was updated too early.
  43. - Fixed illegal operator for test(1) in configure.