ソースを参照

Increase the number of requests to pipe to 10.

master
Richard Nyberg 19年前
コミット
ce0e134bc4
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      btpd/peer.h

+ 1
- 1
btpd/peer.h ファイルの表示

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

#define RATEHISTORY 20

#define MAXPIPEDREQUESTS 5
#define MAXPIPEDREQUESTS 10

struct peer {
int sd;


読み込み中…
キャンセル
保存