Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
31b64266
Commit
31b64266
authored
Oct 28, 2008
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a bit more win32 cmpat
parent
c361d8e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
stun/stunagent.c
stun/stunagent.c
+1
-3
stun/stunmessage.c
stun/stunmessage.c
+6
-5
No files found.
stun/stunagent.c
View file @
31b64266
...
...
@@ -38,13 +38,11 @@
#endif
#include "stunmessage.h"
#include "stunagent.h"
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <netinet/in.h>
static
bool
stun_agent_is_unknown
(
StunAgent
*
agent
,
uint16_t
type
);
static
unsigned
stun_agent_find_unknowns
(
StunAgent
*
agent
,
...
...
stun/stunmessage.c
View file @
31b64266
...
...
@@ -37,18 +37,19 @@
# include <config.h>
#endif
#include "stunmessage.h"
#ifdef _WIN32
#include <winsock2.h>
#else
#include <sys/types.h>
#include <sys/socket.h>
#endif
#include "stunmessage.h"
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <netinet/in.h>
bool
stun_message_init
(
StunMessage
*
msg
,
stun_class_t
c
,
stun_method_t
m
,
...
...
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