Tatsuhiro Tsujikawa ba69f5c0c3 Refactor peer list management in DefaultPeerStorage
Peer list is now divided into 2: unusedPeers_ and usedPeers_.
Duplicate check is done using std::set by comparing pair of IP address
and port. For this, only IP address and port given to the Peer
constructor are used. In other words, TCP port received from extended
message is not used for this purpose.
2013-01-26 17:50:06 +09:00
2012-10-29 23:42:58 +09:00
2012-11-29 22:52:14 +09:00
2012-12-08 00:55:05 +09:00
2012-11-28 23:42:08 +09:00
2012-10-31 16:39:06 +09:00
2012-12-26 23:28:58 +09:00
Description
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Readme 68 MiB
Languages
C++ 94.2%
C 3.7%
M4 1%
Makefile 0.8%
Shell 0.2%