From 4beecb7f68aa61b61740c60716b0d6050bde41b6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 31 Oct 2011 11:47:36 +0000 Subject: [PATCH] dead --- src/transport/gnunet-service-transport.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index ef9068c9b..a39cc0867 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -121,8 +121,7 @@ process_hello_update (void *cls, const struct GNUNET_MessageHeader *hello) * We received some payload. Prepare to pass it on to our clients. * * @param peer (claimed) identity of the other peer - * @param message the message, NULL if we only care about - * learning about the delay until we should receive again -- FIXME! + * @param message the message, never NULL * @param ats performance information * @param ats_count number of records in ats * @return how long the plugin should wait until receiving more data @@ -145,8 +144,6 @@ process_payload (const struct GNUNET_PeerIdentity *peer, do_forward = GNUNET_SYSERR; ret = GST_neighbours_calculate_receive_delay (peer, - (message == - NULL) ? 0 : msg_size, &do_forward); -- 2.25.1