Преглед изворни кода

Only keep one block of outgoing data in memory.

master
Richard Nyberg пре 18 година
родитељ
комит
84ae36cd2b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      btpd/net.c

+ 1
- 1
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)


Loading…
Откажи
Сачувај