标签使您能够将历史中的特定点标记为重要点
-
v1.6.1
b509b6c1 · ·Version 1.6.1 - Fix CRC32 table recalculation - Prevent connectivity lost on non symmetric address - CMake: Fix deprecation warning
-
v1.6.0
77daa8be · ·Version 1.6.0 - Add more specific error codes to juice_send - Add callback to get unhandled STUN binding requests from mux - Support multiple juice_mux_listen callbacks for different ports - Remove username from unauthenticated TURN allocate requests
-
-
v1.5.9
8d1a99a0 · ·Version 1.5.9 - fix: prevent crash when hmac key is longer than 64 bytes in picohash
-
v1.5.8
ac7d2520 · ·Version 1.5.8 - Support multiple XOR-PEER-ADDRESS attributes in CreatePermission request - Refactor STUN mask generation to use memcpy - Fix TURN server permissions enforcement when relaying
-
v1.5.7
70ba50cc · ·Version 1.5.7 - Fixed race condition potentially resulting in referencing freed registry
-
-
v1.5.5
51a579d4 · ·Version 1.5.5 - Fix crash and connection failure when invalid bind_address is set - CMake: Comply with BUILD_SHARED_LIBS option
-
v1.5.4
387566fd · ·Version 1.5.4 - Prevent passing NULL buffer to sendto() for better compatibility with C standard libraries - Prevent poll failure with WSAENOTSOCK on Windows
-
v1.5.3
2b5a4b99 · ·Version 1.5.3 - Do not set USE-CANDIDATE after nomination when controlling - Fix remote description already set check - Unlock agent when resolving STUN and TURN server address resolution
-
v1.5.2
0b88d7e5 · ·Version 1.5.2 - Fix deadlock on call from user callback in concurrency mode thread - Fix reuse of transaction ID in different STUN binding request
-
-
v1.5.0
2bb0eedf · ·Version 1.5.0 - Add support for setting ICE ufrag and pwd - Make error codes more consistent for remote description and candidates - CMake enhancements
-
v1.4.2
2de35247 · ·Version 1.4.2 - CMake: Fix C standard - If socket allocations fails try again without IPv6
-
-
-
v1.4.0
ac0fc81d · ·Version 1.4.0 - Replace export header with defines in juice.h - Add juice_add_turn_server API
-
v1.3.4
0b6f958b · ·Version 1.3.4 - Fix misalignment issue during STUN data reading - Fix unuset label warning with release build
-
-
v1.3.2
95caecd0 · ·Version 1.3.2 - cmake: Use GNUInstallDirs to install files to the correct paths - Change STUN binding send failed warning on NETUNREACH to info