From 8c00da274a936ca1ec70bfb5e994a91317a30088 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 5 Oct 2010 09:08:44 +0000 Subject: [PATCH] no unit given --- src/transport/gnunet-service-transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 7ae560d71..a4499f650 100644 --- a/src/transport/gnunet-service-transport.c +++ b/src/transport/gnunet-service-transport.c @@ -4679,7 +4679,7 @@ handle_ping(void *cls, const struct GNUNET_MessageHeader *message, * @param session identifier used for this session (can be NULL) * @param sender_address binary address of the sender (if observed) * @param sender_address_len number of bytes in sender_address - * @return how long the plugin should wait until receiving more data + * @return how long in ms the plugin should wait until receiving more data * (plugins that do not support this, can ignore the return value) */ static struct GNUNET_TIME_Relative -- 2.25.1