gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27881 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r27881 - gnunet/src/mesh
Date: Wed, 10 Jul 2013 15:10:25 +0200

Author: bartpolot
Date: 2013-07-10 15:10:25 +0200 (Wed, 10 Jul 2013)
New Revision: 27881

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- when did this disappear????

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2013-07-10 12:45:22 UTC (rev 27880)
+++ gnunet/src/mesh/mesh_api.c  2013-07-10 13:10:25 UTC (rev 27881)
@@ -1427,6 +1427,10 @@
   msg.port = htonl (port);
   msg.peer = *peer;
   msg.options = 0;
+  if (GNUNET_YES == reliable)
+    msg.options |= GNUNET_MESH_OPTION_RELIABLE;
+  if (GNUNET_NO == buffer)
+    msg.options |= GNUNET_MESH_OPTION_NOBUFFER;
   t->allow_send = 0;
   send_packet (h, &msg.header, t);
   return t;




reply via email to

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