Jonathan Lennox
Jonathan Lennox
It'd be useful in some use cases to have a skipBits function, which just advances the offset without reading any bits - if you know you don't care about the...
**Subsystem** This adds support for Jakarta EE servlets and Jetty 11, separately from the existing Java EE and Jetty 9 support. **Motivation** As descripted in [KTOR-1474](https://youtrack.jetbrains.com/issue/KTOR-1474/Support-Jakarta-EE), this adds support for...
**Which version of Kotest are you using** kotest 5.3.0, JVM When I apply the `shouldContainExactly` to a `HashSet`, the resulting error message is very hard to understand: ``` Disallowed: Set...
Even if LibSRTP is compiled without OpenSSL support, it should be possible to use srtp_replace_cipher_type to install SRTP_AES_GCM_128, SRTP_AES_GCM_256, or SRTP_AES_ICM_192 ciphers and have things work. This came up in...
LibSRTP stores every ssrc's srtp_stream_ctx_t in a linked list. This means that finding the appropriate context for an ssrc is an O(n) operation. In a large conference, this can be...
In the common case where a machine has only a single non-loopback interface, having to type the interface name to the tcconfig commands seems unfortunate, especially because it makes them...
It should be possible to apply a filter to just a single protocol -- e.g., to apply a rule just to TCP or to UDP -- assuming tc proper supports...
This only has the abstract representation of topologies so far.
Merged combo branch of https://github.com/jitsi/jicofo/pull/910 and https://github.com/jitsi/jicofo/pull/940