From ad4065ca12057f7ab45d69c3a343ac5901ebeb23 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 16 Jul 2011 00:24:29 +0900 Subject: [PATCH] Increased max # of in-flight request in BitTorrent. --- src/BtConstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BtConstants.h b/src/BtConstants.h index c4661765..fcc4acf7 100644 --- a/src/BtConstants.h +++ b/src/BtConstants.h @@ -56,7 +56,7 @@ typedef std::map 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)