gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13515 - gnunet-setup/src


From: gnunet
Subject: [GNUnet-SVN] r13515 - gnunet-setup/src
Date: Wed, 3 Nov 2010 00:06:18 +0100

Author: grothoff
Date: 2010-11-03 00:06:18 +0100 (Wed, 03 Nov 2010)
New Revision: 13515

Modified:
   gnunet-setup/src/gnunet-setup-options.c
Log:
allow zero

Modified: gnunet-setup/src/gnunet-setup-options.c
===================================================================
--- gnunet-setup/src/gnunet-setup-options.c     2010-11-02 23:04:09 UTC (rev 
13514)
+++ gnunet-setup/src/gnunet-setup-options.c     2010-11-02 23:06:18 UTC (rev 
13515)
@@ -797,8 +797,56 @@
       hide_wlan_tab
     },
 
+    {
+      "GNUNET_setup_transport_tcp_port_spinbutton",
+      "value-changed",
+      "transport-tcp",
+      "PORT",
+      gettext_noop ("Port for inbound TCP connections, use 0 if behind NAT"),
+      "https://gnunet.org/configuration-tcp";,
+      &load_number,
+      &save_number, NULL,
+      NULL
+    },
 
+    {
+      "GNUNET_setup_transport_udp_port_spinbutton",
+      "value-changed",
+      "transport-udp",
+      "PORT",
+      gettext_noop ("Port for inbound UDP packets, use 0 if behind NAT"),
+      "https://gnunet.org/configuration-udp";,
+      &load_number,
+      &save_number, NULL,
+      NULL
+    },
 
+    {
+      "GNUNET_setup_transport_http_port_spinbutton",
+      "value-changed",
+      "transport-http",
+      "PORT",
+      gettext_noop ("Port for inbound HTTP connections, use 0 if behind NAT"),
+      "https://gnunet.org/configuration-http";,
+      &load_number,
+      &save_number, NULL,
+      NULL
+    },
+
+    {
+      "GNUNET_setup_transport_https_port_spinbutton",
+      "value-changed",
+      "transport-https",
+      "PORT",
+      gettext_noop ("Port for inbound HTTPS connections, use 0 if behind NAT"),
+      "https://gnunet.org/configuration-https";,
+      &load_number,
+      &save_number, NULL,
+      NULL
+    },
+
+
+
     /* FS TAB */
 
     /* END of list */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]