aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2015-07-31 12:17:39 +0000
committerJeff Burdges <burdges@gnunet.org>2015-07-31 12:17:39 +0000
commitdf833ae88260046ce0bd76af014ff2f67e553ae7 (patch)
tree1c2c1ae31f8a3a7c575e8a3626f225f770900076 /src/util
parente87b0c1fec0bff64dac2dabf6a6b103bd972b0c2 (diff)
downloadgnunet-df833ae88260046ce0bd76af014ff2f67e553ae7.tar.gz
gnunet-df833ae88260046ce0bd76af014ff2f67e553ae7.zip
New to notify that we're done with the handshake
Diffstat (limited to 'src/util')
-rw-r--r--src/util/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index d6da55784..3143aa536 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -798,8 +798,7 @@ try_connect_using_address (void *cls,
798 if (NULL != connection->nth.notify_ready) 798 if (NULL != connection->nth.notify_ready)
799 delay = 799 delay =
800 GNUNET_TIME_relative_min (delay, 800 GNUNET_TIME_relative_min (delay,
801 GNUNET_TIME_absolute_get_remaining (connection-> 801 GNUNET_TIME_absolute_get_remaining (connection->nth.transmit_timeout));
802 nth.transmit_timeout));
803 if (NULL != connection->receiver) 802 if (NULL != connection->receiver)
804 delay = 803 delay =
805 GNUNET_TIME_relative_min (delay, 804 GNUNET_TIME_relative_min (delay,
@@ -1605,6 +1604,7 @@ GNUNET_CONNECTION_acivate_proxied (struct GNUNET_CONNECTION_Handle *proxied)
1605 proxied->sock=cph->sock; 1604 proxied->sock=cph->sock;
1606 cph->sock=NULL; 1605 cph->sock=NULL;
1607 GNUNET_CONNECTION_destroy (cph); 1606 GNUNET_CONNECTION_destroy (cph);
1607 connect_success_continuation (proxied);
1608} 1608}
1609 1609
1610 1610