浏览代码

Increased max # of in-flight request in BitTorrent.

Tatsuhiro Tsujikawa 14 年之前
父节点
当前提交
ad4065ca12
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)