gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31527 - gnunet/src/transport
Date: Wed, 18 Dec 2013 14:26:27 +0100

Author: wachs
Date: 2013-12-18 14:26:27 +0100 (Wed, 18 Dec 2013)
New Revision: 31527

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.c
   gnunet/src/transport/plugin_transport_bluetooth.c
Log:
fix for bt plugin and set nonce to 0


Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2013-12-18 
12:58:12 UTC (rev 31526)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2013-12-18 
13:26:27 UTC (rev 31527)
@@ -1489,6 +1489,7 @@
     GNUNET_break (0);
   }
 
+  n->primary_address.keep_alive_nonce = 0;
   n->expect_latency_response = GNUNET_NO;
   n->latency = GNUNET_TIME_absolute_get_duration (n->last_keep_alive_time);
   n->timeout = GNUNET_TIME_relative_to_absolute 
(GNUNET_CONSTANTS_IDLE_CONNECTION_TIMEOUT);

Modified: gnunet/src/transport/plugin_transport_bluetooth.c
===================================================================
--- gnunet/src/transport/plugin_transport_bluetooth.c   2013-12-18 12:58:12 UTC 
(rev 31526)
+++ gnunet/src/transport/plugin_transport_bluetooth.c   2013-12-18 13:26:27 UTC 
(rev 31527)
@@ -1942,7 +1942,7 @@
   api->address_to_string = &bluetooth_plugin_address_to_string;;
   api->string_to_address = &bluetooth_string_to_address;
   api->get_network = &bluetooth_get_network;
-  api->update_session_timeout = &blueooth_plugin_update_session_timeout;
+  api->update_session_timeout = &bluetooth_plugin_update_session_timeout;
 
   return api;
 }




reply via email to

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