Increased max # of in-flight request in BitTorrent.

pull/1/head
Tatsuhiro Tsujikawa 2011-07-16 00:24:29 +09:00
parent 44c379eaa8
commit ad4065ca12
1 changed files with 1 additions and 1 deletions

View File

@ -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)