WebUDP
WebUDP copied to clipboard
Minimal WebRTC datachannel server
If you call WuHostServe with -1 for the timeout, the most efficient mode where the thread sleeps when there is nothing to do, it's buggy. It results in pruning clients...
FF defaults to not allowing loopback RTC, but it can be enabled in about:config: media.peerconnection.ice.loopback
Now it successfully builds and works under Windows. (Using https://github.com/piscisaureus/wepoll to implement epoll for Windows) ``` mkdir build64 cd build64 cmake -G"Visual Studio 16 2019" -A x64 -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=%CMAKE_TC%...
At the moment WebUDP can't initiate connections to other instances or browsers.
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
It is insecure to sign X.509 with SHA1 because of its vulnerability to collision attack. Can we use SHA256 here? @seemk @dioptre https://github.com/seemk/WebUDP/blob/0cd4af725de4af43dde82860908bdf40dcc66b2d/WuCrypto.cpp#L40