-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into develop/max-clients
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule srt
updated
12 files
+2 −1 | CMakeLists.txt | |
+171 −0 | scripts/visionOS.cmake | |
+26 −17 | srtcore/api.cpp | |
+1 −1 | srtcore/api.h | |
+13 −5 | srtcore/buffer_rcv.cpp | |
+18 −5 | srtcore/buffer_rcv.h | |
+69 −74 | srtcore/core.cpp | |
+18 −9 | srtcore/core.h | |
+52 −19 | srtcore/group.cpp | |
+2 −2 | srtcore/queue.cpp | |
+0 −10 | srtcore/socketconfig.cpp | |
+67 −0 | test/test_connection_timeout.cpp |