Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
btpd
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Set its rates to zero when stopping a torrent.
master
Richard Nyberg
19 anni fa
parent
4382442f11
commit
1b3c4e7c05
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
btpd/net.c
+ 2
- 0
btpd/net.c
Vedi File
@@ -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);
Write
Preview
Loading…
Annulla
Salva