Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
34c723bc
Commit
34c723bc
authored
Feb 24, 2006
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Defining missing SOL_TCP.
darcs-hash:20060224082142-65a35-cad99938664003847ee3239be4cc6bfe2307212e.gz
parent
39d1ff2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
libsofia-sip-ua/stun/stun.c
libsofia-sip-ua/stun/stun.c
+5
-0
No files found.
libsofia-sip-ua/stun/stun.c
View file @
34c723bc
...
...
@@ -54,6 +54,11 @@
#include <openssl/opensslv.h>
/* Missing socket symbols */
#ifndef SOL_TCP
#define SOL_TCP IPPROTO_TCP
#endif
/** STUN log. */
su_log_t
stun_log
[]
=
{
SU_LOG_INIT
(
"stun"
,
"STUN_DEBUG"
,
SU_DEBUG
)
};
...
...
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