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
Remove a bad assert. The test can be true during normal operation.
master
Richard Nyberg
20 anni fa
parent
eaf95339c7
commit
08dcc6b892
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
btpd/peer.c
+ 0
- 1
btpd/peer.c
Vedi File
@@ -113,7 +113,6 @@ peer_sent(struct peer *p, struct net_buf *nb)
p->npiece_msgs--;
break;
case NB_UNCHOKE:
assert(p->npiece_msgs == 0);
p->flags &= ~PF_NO_REQUESTS;
break;
}
Write
Preview
Loading…
Annulla
Salva