-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04f3a03
commit 4e46e00
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libjuice
updated
11 files
+17 −11 | CMakeLists.txt | |
+2 −0 | cmake/LibJuiceConfig.cmake.in | |
+2 −0 | include/juice/juice.h | |
+49 −20 | src/agent.c | |
+1 −0 | src/agent.h | |
+12 −1 | src/ice.c | |
+2 −0 | src/ice.h | |
+11 −8 | src/juice.c | |
+44 −46 | src/udp.c | |
+7 −0 | test/main.c | |
+74 −0 | test/ufrag.c |