From 85088f7eedd1146890a5ce9af05fff934a5b1b8d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Feb 2017 16:49:08 +0100 Subject: converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not converted yet --- src/include/gnunet_cadet_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_cadet_service.h') diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h index 4d13606ef..fd838df8d 100644 --- a/src/include/gnunet_cadet_service.h +++ b/src/include/gnunet_cadet_service.h @@ -740,9 +740,9 @@ typedef void * #GNUNET_CADET_ConnectEventHandler, also with a non-zero value. * * @param cls Channel closure. - * @param channel Connection to the other end (henceforth invalid). + * @param channel Connection to the other end --- FIXME: drop? * @param window_size New window size. If the is more messages than buffer size - * this value will be negative.. + * this value will be negative. -- FIXME: make unsigned, we never call negative? */ typedef void (*GNUNET_CADET_WindowSizeEventHandler) (void *cls, -- cgit v1.2.3