X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_setup.c;h=0c9f27c388821edb00d3aeac63a228199f2e6bfa;hp=7896addf847337f30a047f0c6ba93ebdbfbdcbb0;hb=4fe7aff4d1b8605d4997b842481cc78bd062fe2a;hpb=5bba3124c8c23568def7a4804651a53f3a6b4fd2 diff --git a/src/net_setup.c b/src/net_setup.c index 7896addf..0c9f27c3 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -286,6 +286,8 @@ bool setup_myself(void) if(get_config_bool(lookup_config(myself->connection->config_tree, "TCPOnly"), &choice) && choice) myself->options |= OPTION_TCPONLY; + get_config_bool(lookup_config(config_tree, "BlockingTCP"), &blockingtcp); + if(get_config_bool(lookup_config(myself->connection->config_tree, "PMTUDiscovery"), &choice) && choice) myself->options |= OPTION_PMTU_DISCOVERY;