Tim Schneider

Results 5 comments of Tim Schneider

Looking at my CMakeCache.txt I can tell that for Microsoft Visual Studio 2019 / MSVC 14.29.30133 cmake version 3.25.1 /EHsc is set by default without explicitly setting it and the...

I guess the issue is already solved, if not, try setting OPENSSL_ROOT_DIR and force -D CMAKE_POLICY_DEFAULT_CMP0074=NEW (had a smilar issue when compiling libdatachannel for windows with mbedtls instead of openssl...

Hi @paullouisageneau , I'm not quite sure why the "Build with OpenSSL / build-windows" check failed. (tests.exe failed, however neither the libdatachannel library-code nor the tests were touched with the...

Intended to be just an example on the Websocket C-API provided by libdatachannel. Moreover thought it would be useful to a signalling-server example given only libdatachannel itself. Wanted to keep...

Hi @bjubes , looking at the code I think your issue is that udpreplay does not perform IP-Defragmentation. However you can pre-process your data with a Tool like [IPDefragUtil](https://github.com/seladb/PcapPlusPlus/blob/master/Examples/IPDefragUtil/README.md on...