gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31382 - in gnunet/src: dht transport


From: gnunet
Subject: [GNUnet-SVN] r31382 - in gnunet/src: dht transport
Date: Fri, 13 Dec 2013 21:32:55 +0100

Author: grothoff
Date: 2013-12-13 21:32:55 +0100 (Fri, 13 Dec 2013)
New Revision: 31382

Modified:
   gnunet/src/dht/test_dht_2dtorus.conf
   gnunet/src/transport/gnunet-service-transport_neighbours.c
Log:
-cleanup, doxygen

Modified: gnunet/src/dht/test_dht_2dtorus.conf
===================================================================
--- gnunet/src/dht/test_dht_2dtorus.conf        2013-12-13 20:30:35 UTC (rev 
31381)
+++ gnunet/src/dht/test_dht_2dtorus.conf        2013-12-13 20:32:55 UTC (rev 
31382)
@@ -3,6 +3,7 @@
 
 [arm]
 DEFAULTSERVICES = core dht
+
 [dhtcache]
 QUOTA = 1 MB
 DATABASE = heap
@@ -11,7 +12,7 @@
 AUTOSTART = NO
 
 [nat]
-DISABLEV6 = YES 
+DISABLEV6 = YES
 RETURN_LOCAL_ADDRESSES = YES
 ENABLE_UPNP = NO
 BEHIND_NAT = NO
@@ -23,9 +24,6 @@
 WAN_QUOTA_IN = 1 GB
 WAN_QUOTA_OUT = 1 GB
 
-[testing]
-WEAKRANDOM = YES
-
 [testbed]
 OVERLAY_TOPOLOGY = 2D_TORUS
 

Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2013-12-13 
20:30:35 UTC (rev 31381)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2013-12-13 
20:32:55 UTC (rev 31382)
@@ -960,11 +960,11 @@
  *
  * @param n entry for the recipient
  * @param msgbuf buffer to transmit
- * @param msgbuf_size number of bytes in buffer
+ * @param msgbuf_size number of bytes in @a msgbuf buffer
  * @param priority transmission priority
  * @param timeout transmission timeout
  * @param cont continuation to call when finished (can be NULL)
- * @param cont_cls closure for cont
+ * @param cont_cls closure for @a cont
  */
 static void
 send_with_session (struct NeighbourMapEntry *n,
@@ -997,7 +997,7 @@
  * activities (keep alive, send next message, disconnect if idle, finish
  * clean up after disconnect).
  *
- * @param cls the 'struct NeighbourMapEntry' for which we are running
+ * @param cls the `struct NeighbourMapEntry` for which we are running
  * @param tc scheduler context (unused)
  */
 static void
@@ -1158,7 +1158,7 @@
 /**
  * We're done with our transmission attempt, continue processing.
  *
- * @param cls the 'struct MessageQueue' of the message
+ * @param cls the `struct MessageQueue` of the message
  * @param receiver intended receiver
  * @param success whether it worked or not
  * @param size_payload bytes payload sent




reply via email to

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