Browse Source

Increase the number of requests to pipe to 10.

master
Richard Nyberg 19 years ago
parent
commit
ce0e134bc4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      btpd/peer.h

+ 1
- 1
btpd/peer.h View File

@@ -12,7 +12,7 @@


#define RATEHISTORY 20 #define RATEHISTORY 20


#define MAXPIPEDREQUESTS 5
#define MAXPIPEDREQUESTS 10


struct peer { struct peer {
int sd; int sd;


Loading…
Cancel
Save