Browse Source

Increased max # of in-flight request in BitTorrent.

Tatsuhiro Tsujikawa 14 years ago
parent
commit
ad4065ca12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/BtConstants.h

+ 1 - 1
src/BtConstants.h

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