mirror of https://github.com/aria2/aria2
Increased max # of in-flight request in BitTorrent.
parent
44c379eaa8
commit
ad4065ca12
|
@ -56,7 +56,7 @@ typedef std::map<std::string, uint8_t> Extensions;
|
|||
#define OUTSTANDING_REQUEST_STEP 6
|
||||
|
||||
// Upper Bound of the number of outstanding request
|
||||
#define UB_MAX_OUTSTANDING_REQUEST 100
|
||||
#define UB_MAX_OUTSTANDING_REQUEST 200
|
||||
|
||||
#define METADATA_PIECE_SIZE (16*1024)
|
||||
|
||||
|
|
Loading…
Reference in New Issue