From 458ca31cc617831dbe05d129fffa5e023c06d3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 10 Jan 2023 11:53:56 +0100 Subject: metadl works, but wastes bandwidth --- src/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tcp.c') diff --git a/src/tcp.c b/src/tcp.c index 99f8828..bfd49bc 100644 --- a/src/tcp.c +++ b/src/tcp.c @@ -44,7 +44,7 @@ void intentions (struct torrent * t) { if (t->state & outgoing) (*t->dht->pollfds)[i].events |= POLLOUT; } - fprintf(stderr, "peer's intentions: "); + fprintf(stderr, "tcp intentions: "); peer_print(stderr, t->dl); fprintf(stderr, " nfds=%ld, pollfds=%zu%s%s\n", *t->dht->nfds, *t->dht->pollfds_size, (t->state & incoming) ? " reading" : "", (t->state & outgoing) ? " writing" : ""); } -- cgit v1.2.3