Pārlūkot izejas kodu

Add tests for correctness.

master
Richard Nyberg pirms 19 gadiem
vecāks
revīzija
2904cdca2d
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      btpd/peer.c

+ 2
- 0
btpd/peer.c Parādīt failu

@@ -125,6 +125,7 @@ peer_choke(struct peer *p)
void
peer_want(struct peer *p, uint32_t index)
{
assert(p->nwant < p->npieces);
p->nwant++;
if (p->nwant == 1) {
p->flags |= PF_I_WANT;
@@ -135,6 +136,7 @@ peer_want(struct peer *p, uint32_t index)
void
peer_unwant(struct peer *p, uint32_t index)
{
assert(p->nwant > 0);
p->nwant--;
if (p->nwant == 0) {
p->flags &= ~PF_I_WANT;


Notiek ielāde…
Atcelt
Saglabāt