about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2005-07-21 15:05:33 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2005-07-21 15:05:33 +0000
commitce0e134bc4279f206ec8421c2f785f5149c2fa80 (patch)
tree1611aeab8121d5356c6ecbd7eebe1abfcdc8a54f
parent0c794ac33a5359137ae044220addb731627908c0 (diff)
downloadbtpd-ce0e134bc4279f206ec8421c2f785f5149c2fa80.tar.gz
btpd-ce0e134bc4279f206ec8421c2f785f5149c2fa80.zip
Increase the number of requests to pipe to 10.
-rw-r--r--btpd/peer.h2
1 files changed, 1 insertions, 1 deletions
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;