From fff6dc1db59348e426b4c6cc5a5729080d93a163 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 19 Jan 2010 14:11:52 +0000 Subject: [PATCH] remove comments --- src/transport/plugin_transport_udp.c | 15 +-------------- src/transport/test_plugin_transport_udp.c | 3 ++- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index d2839762e..f20cd19df 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -22,22 +22,9 @@ * @file transport/plugin_transport_udp.c * @brief Implementation of the UDP transport service * @author Christian Grothoff - * @author Nathan Evans? + * @author Nathan Evans */ -/* Notes for Nate: - * - Use simple network api to open ports and do select and whatnot. - * - For sending, just find session and send away! - * - All that is required is a simple linked list of known peers and - * how to send to them. Each will have a socket associated with it - * and that's pretty much it! May want to re-start over with 0.8 - * code now that we have a better idea. - * - How often to do select loop? Do with a recall thing since we - * don't want to use cron jobs? - * - First thing, set up server which listens on a UDP port. - * - Use plugin->env->receive to notify server of message receipt - * - */ #include "platform.h" #include "gnunet_hello_lib.h" #include "gnunet_connection_lib.h" diff --git a/src/transport/test_plugin_transport_udp.c b/src/transport/test_plugin_transport_udp.c index 85740c256..27140a311 100644 --- a/src/transport/test_plugin_transport_udp.c +++ b/src/transport/test_plugin_transport_udp.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2009 Christian Grothoff (and other contributing authors) + (C) 2010 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -22,6 +22,7 @@ * @brief testcase for transport_api.c * @author Sailor Siraj * @author Christian Grothoff + * @author Nathan Evans */ #include "platform.h" -- 2.25.1