Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
savoirfairelinux
jami-daemon
Commits
1d71c178
Commit
1d71c178
authored
6 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
ice transport: cleanup
Change-Id: Ia7c6cf3b0215f10bdb36c8c9bd4160501d7f3fa8
parent
a89cf392
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ice_transport.cpp
+0
-1
0 additions, 1 deletion
src/ice_transport.cpp
with
0 additions
and
1 deletion
src/ice_transport.cpp
+
0
−
1
View file @
1d71c178
...
...
@@ -53,7 +53,6 @@ static constexpr unsigned STUN_MAX_PACKET_SIZE {8192};
static
constexpr
uint16_t
IPV6_HEADER_SIZE
=
40
;
///< Size in bytes of IPV6 packet header
static
constexpr
uint16_t
IPV4_HEADER_SIZE
=
20
;
///< Size in bytes of IPV4 packet header
static
constexpr
int
MAX_CANDIDATES
{
32
};
static
constexpr
char
NEW_LINE
=
'\n'
;
///< New line character used for (de)serialisation
//==============================================================================
...
...
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