aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-06-12 12:51:46 +0200
committert3sserakt <t3ss@posteo.de>2020-06-12 12:51:46 +0200
commit726ac3ef2819e41aa5f045d76d9966b078934e32 (patch)
treebb94685c92fd06acfd1e9e2866b2afdffe1ec477 /src/transport/Makefile.am
parent11dbdc79aeb05e82913ac70cf2ac8d4f45b02c28 (diff)
downloadgnunet-726ac3ef2819e41aa5f045d76d9966b078934e32.tar.gz
gnunet-726ac3ef2819e41aa5f045d76d9966b078934e32.zip
Fixed 5528: TCP *communicator* bindto option should support DNS names, and 6013: TCP communicator should bind to IPv6 and IPv4 if only port given
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 02e87da0f..eadb601ef 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -669,13 +669,13 @@ TESTS += \
669 test_transport_api_timeout_udp \ 669 test_transport_api_timeout_udp \
670 test_transport_api_udp_nat \ 670 test_transport_api_udp_nat \
671 test_transport_api_reliability_udp \ 671 test_transport_api_reliability_udp \
672test_quota_compliance_udp \ 672 test_quota_compliance_udp \
673test_communicator_basic-unix \ 673 test_communicator_basic-unix \
674test_communicator_basic-tcp \ 674 test_communicator_basic-tcp \
675test_communicator_basic-udp \ 675 test_communicator_basic-udp \
676test_communicator_rekey-tcp \ 676 test_communicator_rekey-tcp \
677test_communicator_rekey-udp \ 677 test_communicator_rekey-udp \
678test_communicator_backchannel-udp 678 test_communicator_backchannel-udp
679endif 679endif
680endif 680endif
681 681