aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r--src/setup/gnunet-setup-options.c27
1 files changed, 26 insertions, 1 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index b35842c0..f3c1213c 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2010, 2011, 2012 Christian Grothoff (and other contributing authors) 3 (C) 2010-2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -1940,6 +1940,20 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1940 NULL, NULL, 1940 NULL, NULL,
1941 NULL}, 1941 NULL},
1942 1942
1943 {
1944 "GNUNET_setup_transport_http_stealth_checkbutton",
1945 "toggled",
1946 "transport-http",
1947 "TCP_STEALTH",
1948 gettext_noop ("Should GNUnet use TCP STEALTH for the TCP server?"),
1949 "https://gnunet.org/knock",
1950 &load_yes_no_check_tcp_stealth,
1951 &save_yes_no, NULL,
1952 NULL, NULL,
1953 NULL },
1954
1955
1956
1943 /* HTTPS client */ 1957 /* HTTPS client */
1944 1958
1945 { 1959 {
@@ -2056,6 +2070,17 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
2056 NULL, NULL, 2070 NULL, NULL,
2057 NULL}, 2071 NULL},
2058 2072
2073 {
2074 "GNUNET_setup_transport_https_stealth_checkbutton",
2075 "toggled",
2076 "transport-https",
2077 "TCP_STEALTH",
2078 gettext_noop ("Should GNUnet use TCP STEALTH for the TCP server?"),
2079 "https://gnunet.org/knock",
2080 &load_yes_no_check_tcp_stealth,
2081 &save_yes_no, NULL,
2082 NULL, NULL,
2083 NULL },
2059 2084
2060 /* FS TAB */ 2085 /* FS TAB */
2061 2086