Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin J. Thompson
Tor
Commits
443260ff
Commit
443260ff
authored
12 years ago
by
George Kadianakis
Browse files
Options
Downloads
Patches
Plain Diff
Tweak code and pump the tor-fw-helper version.
Conflicts: src/or/circuitbuild.h
parent
da16c425
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/or/circuitbuild.h
+4
-0
4 additions, 0 deletions
src/or/circuitbuild.h
src/tools/tor-fw-helper/tor-fw-helper.h
+2
-2
2 additions, 2 deletions
src/tools/tor-fw-helper/tor-fw-helper.h
with
6 additions
and
2 deletions
src/or/circuitbuild.h
+
4
−
0
View file @
443260ff
...
...
@@ -137,6 +137,10 @@ const char *find_transport_name_by_bridge_addrport(const tor_addr_t *addr,
struct
transport_t
;
int
find_transport_by_bridge_addrport
(
const
tor_addr_t
*
addr
,
uint16_t
port
,
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
This diff is collapsed.
Click to expand it.
src/tools/tor-fw-helper/tor-fw-helper.h
+
2
−
2
View file @
443260ff
...
...
@@ -17,7 +17,7 @@
#include
<time.h>
/** 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).
We're likely going to add the Intel UPnP library but nothing else comes to
...
...
@@ -36,7 +36,7 @@ typedef struct {
int
verbose
;
int
help
;
int
test_commandline
;
smartlist_t
*
ports_to_forward
;
struct
smartlist_t
*
ports_to_forward
;
int
fetch_public_ip
;
int
nat_pmp_status
;
int
upnp_status
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment