mirror of
https://github.com/aria2/aria2.git
synced 2025-01-09 03:21:33 +00:00
e6e0177560
function (detectMessageFlooding): Updated. (checkLongTimePeerChoking): Updated. (getNewPieceAndSendInterest): Added debug log. * src/PeerInteractionCommand.h: New function checkInactiveConnection() * src/TorrentMan.cc (deleteOldErrorPeers): Updated. (getPeer): Updated. * src/TorrentMan.h: Added MAX_PEER_ERROR. * src/PeerAbstractCommand.cc (onAbort): Increment error counter. * src/PeerListenCommand.cc (execute): Close connection if incoming peer is localhost. * src/main.cc (main): Updated PREF_PEER_CONNECTION_TIMEOUT to 60. * src/PendingMessage.cc (processMessage): Not to send piece message if peer is not interested in the pieces localhost has. * src/Peer.cc (shouldChoke): Updated. * src/SendMessageQueue.cc (cancelAllRequest): Fixed.
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
* Add HTTP POST support
|
|
* Add expires handling for Cookie
|
|
* Add SSL server cert verification
|
|
* Add SSL client cert support
|
|
* Better HTTP status handling
|
|
* Download files listed in a specifed file.
|
|
* check MD5 checksum
|
|
* Add the feature which adds or removes URLs on-the-fly.
|
|
* Tracker UDP protocol
|
|
* no-compact peers format
|
|
* Add port range command-line option
|
|
* Add max peers command-line option
|
|
* Distinguish seeder from leecher
|
|
* file selection in multi-file mode
|
|
* try to use ftruncate to allocate file. |