소스 검색

Set its rates to zero when stopping a torrent.

master
Richard Nyberg 19 년 전
부모
커밋
1b3c4e7c05
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      btpd/net.c

+ 2
- 0
btpd/net.c 파일 보기

@@ -94,6 +94,8 @@ net_stop(struct torrent *tp)
BTPDQ_REMOVE(&m_torrents, n, entry);

n->active = 0;
n->rate_up = 0;
n->rate_dwn = 0;

ul_on_lost_torrent(n);



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