diff options
author | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-10-05 09:08:44 +0000 |
---|---|---|
committer | wachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-10-05 09:08:44 +0000 |
commit | 20e0e30e6ca02ed7129eb64330d535621c0ec1b3 (patch) | |
tree | a25f288e028805e84518405c99c834bfb3c2cf85 | |
parent | aa5bd19d4f47b2179437df87006ee1d6e5d5653c (diff) |
no unit given
git-svn-id: https://gnunet.org/svn/gnunet@13153 140774ce-b5e7-0310-ab8b-a85725594a96
-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 |