remove comments
authorNathan S. Evans <evans@in.tum.de>
Tue, 19 Jan 2010 14:11:52 +0000 (14:11 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 19 Jan 2010 14:11:52 +0000 (14:11 +0000)
src/transport/plugin_transport_udp.c
src/transport/test_plugin_transport_udp.c

index d2839762edd79a0514a0eed0178cdda25ff54f3b..f20cd19df9f79000d75f6515df8d0eb5e4a1f4fb 100644 (file)
  * @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"
index 85740c25616e998d8b082d0821ce518b41c1fd3d..27140a3112d46660336c0f9caf3836da8e7eef1c 100644 (file)
@@ -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"