diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-01-16 14:03:36 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-01-16 14:03:36 +0000 |
commit | c98e2e920ee8c27d3b319217056116c4f13d1c6a (patch) | |
tree | f958d954022da7a79d13902c6d922fcdbaa5e3a0 /src/transport/gnunet-service-transport_manipulation.c | |
parent | 8a5993b15da336afade45be6ee4619a39561956a (diff) |
more fixed documentation
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r-- | src/transport/gnunet-service-transport_manipulation.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c index 06171d306..bb90e1892 100644 --- a/src/transport/gnunet-service-transport_manipulation.c +++ b/src/transport/gnunet-service-transport_manipulation.c @@ -521,11 +521,9 @@ GST_manipulation_manipulate_metrics(const struct GNUNET_PeerIdentity *peer, * manipulation delays for next send. * * @param cls the closure for transport - * @param peer the peer the message was received from + * @param address the address and the peer the message was received from * @param message the message received * @param session the session the message was received on - * @param sender_address the sender address - * @param sender_address_len the length of the sender address * @return manipulated delay for next receive */ struct GNUNET_TIME_Relative |