Skip to content
Snippets Groups Projects
Commit 443260ff authored by George Kadianakis's avatar George Kadianakis
Browse files

Tweak code and pump the tor-fw-helper version.

Conflicts:
	src/or/circuitbuild.h
parent da16c425
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,10 @@ const char *find_transport_name_by_bridge_addrport(const tor_addr_t *addr, ...@@ -137,6 +137,10 @@ const char *find_transport_name_by_bridge_addrport(const tor_addr_t *addr,
struct transport_t; struct transport_t;
int find_transport_by_bridge_addrport(const tor_addr_t *addr, uint16_t port, int find_transport_by_bridge_addrport(const tor_addr_t *addr, uint16_t port,
const struct transport_t **transport); const struct transport_t **transport);
const char *find_transport_name_by_bridge_addrport(const tor_addr_t *addr,
uint16_t port);
int validate_pluggable_transports_config(void);
#endif #endif
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <time.h> #include <time.h>
/** The current version of tor-fw-helper. */ /** The current version of tor-fw-helper. */
#define tor_fw_version "0.1" #define tor_fw_version "0.2"
/** This is an arbitrary hard limit - We currently have two (NAT-PMP and UPnP). /** This is an arbitrary hard limit - We currently have two (NAT-PMP and UPnP).
We're likely going to add the Intel UPnP library but nothing else comes to We're likely going to add the Intel UPnP library but nothing else comes to
...@@ -36,7 +36,7 @@ typedef struct { ...@@ -36,7 +36,7 @@ typedef struct {
int verbose; int verbose;
int help; int help;
int test_commandline; int test_commandline;
smartlist_t *ports_to_forward; struct smartlist_t *ports_to_forward;
int fetch_public_ip; int fetch_public_ip;
int nat_pmp_status; int nat_pmp_status;
int upnp_status; int upnp_status;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment