Anders Cedronius
Anders Cedronius
ikcp.h line 387 says -> ``` // set maximum window size: sndwnd=32, rcvwnd=32 by default int ikcp_wndsize(ikcpcb *kcp, int sndwnd, int rcvwnd); ``` However the default setting for the receive...
Just want to let you know that I fixed a bunch of errors in the multiplexer and demux in my fork if you want to fix in your project. [Fixes...
The charts are not correctly dealing with orientation changes Original -> after orientation change ->
**Describe the bug** SRT got a problem freeing system-sockets the way it’s implemented. If I start one server and -> ``` st = srt_close(socket); srt_cleanup(); ``` The system-socket is released...
[Run] battila7/[email protected] [*](https://github.com/tickup-se/atlas/actions/runs/3705168616/jobs/6278726110#step:3:3) Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
When I set that parameter in librdkafka in a consumer -> %4|1697636541.722|CONFWARN|rdkafka#consumer-1| [thrd:app]: Configuration property retry.backoff.ms is a producer property and will be ignored by this consumer instance Not a...