Преглед на файлове

Add peer_full function.

master
Richard Nyberg преди 19 години
родител
ревизия
1c14af0ab4
променени са 2 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. +6
    -0
      btpd/peer.c
  2. +1
    -0
      btpd/peer.h

+ 6
- 0
btpd/peer.c Целия файл

@@ -550,3 +550,9 @@ peer_active_up(struct peer *p)
return (p->flags & (PF_P_WANT|PF_I_CHOKE)) == PF_P_WANT
|| p->npiece_msgs > 0;
}

int
peer_full(struct peer *p)
{
return p->npieces == p->n->tp->meta.npieces;
}

+ 1
- 0
btpd/peer.h Целия файл

@@ -60,5 +60,6 @@ int peer_wanted(struct peer *p);
int peer_laden(struct peer *p);
int peer_has(struct peer *p, uint32_t index);
int peer_leech_ok(struct peer *p);
int peer_full(struct peer *p);

#endif

Loading…
Отказ
Запис