소스 검색

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)


불러오는 중...
취소
저장