From ce0e134bc4279f206ec8421c2f785f5149c2fa80 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Thu, 21 Jul 2005 15:05:33 +0000 Subject: [PATCH] Increase the number of requests to pipe to 10. --- btpd/peer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btpd/peer.h b/btpd/peer.h index 725f0a0..7133986 100644 --- a/btpd/peer.h +++ b/btpd/peer.h @@ -12,7 +12,7 @@ #define RATEHISTORY 20 -#define MAXPIPEDREQUESTS 5 +#define MAXPIPEDREQUESTS 10 struct peer { int sd;