Murat Doğan

Results 46 comments of Murat Doğan

It worths to check this https://github.com/google/googletest

`node-datachannel` compiles binaries for arm boards by using workflow. You can check it here https://github.com/murat-dogan/node-datachannel/blob/master/.github/workflows/build-linux.yml

Above results was on debug build. This is on release; ``` Description 1: v=0 o=- 3716173587 0 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE data m=application 9 UDP/DTLS/SCTP webrtc-datachannel c=IN...

> There was a network error. I updated with new results. Outputs of `client` app from benchmark branch. Release build, on different Windows PCs, 100MBit Network ### Offerer ``` The...

So Only thing that take my attention is benchmark result of windows. On linux it is 500MBit/s On Windows it is 200MBit/s

There is a compile error on line; https://github.com/paullouisageneau/libjuice/blob/7cd5e53d54f83048122e14a6cc52f6ac38b7a98c/src/udp.c#L134 For windows `EADDRINUSE` should be `WSAEADDRINUSE`

With libjuice (32 Bit, libnice was 32 Bit also); ``` 0 o=- 72248827 0 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE data m=application 9 UDP/DTLS/SCTP webrtc-datachannel c=IN IP4 0.0.0.0 a=mid:data...

Please not that I am using mingw as compiler. benchmark is not using full processor core, let's say ~70% roughly.

How did you install nodejs? By using apt or snap? what is your node version?