-
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.
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule srt
updated
26 files
+4 −4 | .appveyor.yml | |
+1 −1 | .github/workflows/cxx11-macos.yaml | |
+1 −1 | .github/workflows/cxx11-ubuntu.yaml | |
+1 −1 | .github/workflows/cxx11-win.yaml | |
+2 −2 | .travis.yml | |
+42 −24 | apps/srt-tunnel.cpp | |
+11 −0 | docs/API-functions.md | |
+121 −107 | docs/APISocketOptions.md | |
+14 −6 | srtcore/api.cpp | |
+1 −1 | srtcore/api.h | |
+0 −2 | srtcore/buffer.cpp | |
+1 −1 | srtcore/cache.cpp | |
+8 −6 | srtcore/cache.h | |
+5 −1 | srtcore/common.h | |
+238 −239 | srtcore/core.cpp | |
+43 −11 | srtcore/core.h | |
+3 −1 | srtcore/epoll.cpp | |
+18 −12 | srtcore/group.h | |
+1 −0 | srtcore/list.cpp | |
+1 −0 | srtcore/packetfilter.h | |
+1 −0 | srtcore/sync.h | |
+6 −0 | srtcore/sync_posix.cpp | |
+1 −0 | test/filelist.maf | |
+160 −0 | test/test_bonding.cpp | |
+21 −0 | test/test_seqno.cpp | |
+60 −0 | test/test_sync.cpp |