このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
btpd
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Set its rates to zero when stopping a torrent.
master
Richard Nyberg
19年前
親
4382442f11
コミット
1b3c4e7c05
1個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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);
書き込み
プレビュー
読み込み中…
キャンセル
保存