diff options
| -rw-r--r-- | btpd/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btpd/net.c b/btpd/net.c index f0eb39e..b2a1032 100644 --- a/btpd/net.c +++ b/btpd/net.c @@ -116,7 +116,7 @@ net_active(struct torrent *tp) return tp->net->active; } -#define BLOCK_MEM_COUNT 4 +#define BLOCK_MEM_COUNT 1 static unsigned long net_write(struct peer *p, unsigned long wmax) |