Procházet zdrojové kódy

Increase the number of requests to pipe to 10.

master
Richard Nyberg před 19 roky
rodič
revize
ce0e134bc4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      btpd/peer.h

+ 1
- 1
btpd/peer.h Zobrazit soubor

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

#define RATEHISTORY 20

#define MAXPIPEDREQUESTS 5
#define MAXPIPEDREQUESTS 10

struct peer {
int sd;


Načítá se…
Zrušit
Uložit