diff options
-rw-r--r-- | src/transport/gnunet-service-transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c index 7ae560d715..a4499f6501 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 |