Maxim Sharabayko
Maxim Sharabayko
Thank you, @oviano Resolving warnings needs to be done. We'll either take into work this issue directly or use PR #1657 as a ~~permanent~~ temporal solution.
### TODO Fix MSVC compiler warnings (316 when built without encryption): - [x] C4101 - local variable never used (**2**). PR #1669 - [ ] C4244 - conversion from type1...
SRT option or special|srt-live-transmit|GStreamer plugin|other 1 ----|----|----|---- SRTO_LINGER|linger:{INT}|||
@ethouris In URI parser we don't have to pass the actual `struct linger`.
Hi @kloczek Thanks for reporting! Warnings related to OpenSSL 3.0 are described in #2141. The remaining to be considered/fixed within this issue are: ```shell verbose.hpp:30:7: warning: type 'struct Log' violates...
Checked with GCC 8.4.0. No warnings. Looking into chacking with more recent versions. BTW Which version did you use? **Update:** GCC 11.2.0 - no issues (only OpenSSL 3.0 releated)
Hi @Llorx Thanks for your interest in this feature. The first implementation of the balancing mode will likely be simple, maybe relying on some heuristics. The goal is to have...
Cross-referencing epoll-related issue #2303
Interesting idea. Currently, the listener callback blocks the conclusion response handshake, because the decision has to be sent back to the caller: accept or reject. To do this type of...
More references on the topic: https://url.spec.whatwg.org/