Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
84995320
Commit
84995320
authored
Apr 15, 2009
by
jcacerec
Browse files
fix port situation
parent
2681fcdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/JackTrip.h
View file @
84995320
...
...
@@ -167,7 +167,7 @@ public:
void
setAllPorts
(
int
port
)
{
mLocalIncomingPort
=
port
;
mPeerIncomingPort
=
port
;
mPeerIncomingPort
=
4464
;
mLocalOutgoingPort
=
port
;
mPeerOutgoingPort
=
port
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment