Skip to content
Snippets Groups Projects
Commit 1d71c178 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

ice transport: cleanup

Change-Id: Ia7c6cf3b0215f10bdb36c8c9bd4160501d7f3fa8
parent a89cf392
Branches
Tags
No related merge requests found
......@@ -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
//==============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment