aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-unix.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
commit61787bfa37e0ac5998e01d9c4806600033c19c74 (patch)
tree1ceb843f63aa076682ebfa2de2250dc32ee65004 /src/transport/gnunet-communicator-unix.c
parent4a3be482811fe8ed1502fea2c12a8449b560a99e (diff)
downloadgnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.tar.gz
gnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.zip
rename fest: use new libgnunetnt instead of old libgnunetats logic for network type classification
Diffstat (limited to 'src/transport/gnunet-communicator-unix.c')
-rw-r--r--src/transport/gnunet-communicator-unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c
index a97560ad4..0df3fd45d 100644
--- a/src/transport/gnunet-communicator-unix.c
+++ b/src/transport/gnunet-communicator-unix.c
@@ -680,7 +680,7 @@ setup_queue (const struct GNUNET_PeerIdentity *target,
680 &queue->target, 680 &queue->target,
681 foreign_addr, 681 foreign_addr,
682 UNIX_MTU, 682 UNIX_MTU,
683 GNUNET_ATS_NET_LOOPBACK, 683 GNUNET_NT_LOOPBACK,
684 0 /* distance */, 684 0 /* distance */,
685 cs, 685 cs,
686 queue->mq); 686 queue->mq);
@@ -1100,7 +1100,7 @@ run (void *cls,
1100 GNUNET_free (unix_socket_path); 1100 GNUNET_free (unix_socket_path);
1101 ai = GNUNET_TRANSPORT_communicator_address_add (ch, 1101 ai = GNUNET_TRANSPORT_communicator_address_add (ch,
1102 my_addr, 1102 my_addr,
1103 GNUNET_ATS_NET_LOOPBACK, 1103 GNUNET_NT_LOOPBACK,
1104 GNUNET_TIME_UNIT_FOREVER_REL); 1104 GNUNET_TIME_UNIT_FOREVER_REL);
1105 GNUNET_free (my_addr); 1105 GNUNET_free (my_addr);
1106} 1106}