gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10060 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r10060 - gnunet/src/transport
Date: Tue, 19 Jan 2010 15:11:52 +0100

Author: nevans
Date: 2010-01-19 15:11:52 +0100 (Tue, 19 Jan 2010)
New Revision: 10060

Modified:
   gnunet/src/transport/plugin_transport_udp.c
   gnunet/src/transport/test_plugin_transport_udp.c
Log:
remove comments

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2010-01-19 13:23:04 UTC (rev 
10059)
+++ gnunet/src/transport/plugin_transport_udp.c 2010-01-19 14:11:52 UTC (rev 
10060)
@@ -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"

Modified: gnunet/src/transport/test_plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/test_plugin_transport_udp.c    2010-01-19 13:23:04 UTC 
(rev 10059)
+++ gnunet/src/transport/test_plugin_transport_udp.c    2010-01-19 14:11:52 UTC 
(rev 10060)
@@ -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"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]