Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
113884a8
Commit
113884a8
authored
May 06, 2006
by
Kai Vehmanen
Browse files
Minor mods to STUN module.
darcs-hash:20060506132543-7659e-cca87066f1e53e335660544bc3475da4eaf9b964.gz
parent
8f89076b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
libsofia-sip-ua/stun/stun.c
libsofia-sip-ua/stun/stun.c
+0
-1
libsofia-sip-ua/stun/stun.docs
libsofia-sip-ua/stun/stun.docs
+1
-5
No files found.
libsofia-sip-ua/stun/stun.c
View file @
113884a8
...
...
@@ -831,7 +831,6 @@ int assign_socket(stun_discovery_t *sd, su_socket_t s, int reg_socket)
ipaddr
,
sizeof
(
ipaddr
)),
(
unsigned
)
ntohs
(
bind_addr
.
su_port
)));
return
0
;
}
...
...
libsofia-sip-ua/stun/stun.docs
View file @
113884a8
...
...
@@ -24,10 +24,6 @@ To be written. See torture_stun.c and tport/tport.c.
@section todo Todo
- split stun.c into smaller files? (added 20060322)
- stun_bind_test does not detect, if the server does
_not_ honor the change-{address,port} requests (i.e. that
response should be send from a different port/address),
which leads to incorrect analysis of NAT behaviour (added 20051119)
- none at the moment
*/
Write
Preview
Markdown
is supported
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