Max Inden

Results 123 issues of Max Inden

This reverts commit e6f184489e703bcf70850f99373c88746c250662. e6f18448 called `sendmmsg` and `recvmmsg` through `libc::syscall` instead of `libc::sendmmsg` and `libc::recvmmsg`, thus preventing linking issues on old Android systems where `libc::sendmmsg` and `libc::recvmmsg` isn't available....

When running the `quinn-udp` `ecn_*` unit tests `sendmsg` fails with: ``` 2024-08-22T14:41:30.636494Z WARN quinn_udp: sendmsg error: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }, Transmit: { destination: 127.0.0.1:50196,...

> On x86-32, socketcall() was historically the only entry point for > the sockets API. However, starting in Linux 4.3, direct system > calls are provided on x86-32 for the...

#### What happened We attempted switching Firefox Nightly to use `quinn-udp` for QUIC UDP I/O by default recently, though we had to roll back due to an error on Android...

Previously `quinn*` would provide the `log` feature to log events via `log` if no `tracing` subscriber exists. Later https://github.com/quinn-rs/quinn/pull/1923 allowed `quinn-udp` to log via `log` directly, making `tracing` an optional...

breaking

## Description Implement webrtc `FIN_ACK` specification. https://github.com/libp2p/specs/pull/582 ## Motivation Closing data channels without data loss. ## Current Implementation ## Are you planning to do it yourself in a pull request?...

difficulty:moderate
help wanted
getting-started

### Description This change is best summarized by the `process` function signature. On `main` branch the `process` function looks as such: ```rust pub fn process(&mut self, dgram: Option, now: Instant)...

See [bugzilla#1919678](https://bugzilla.mozilla.org/show_bug.cgi?id=1919678). Investigating ...

Depends on https://github.com/mozilla/neqo/pull/2093. All, but last commit, part of #2093. Part of https://github.com/mozilla/neqo/issues/1693. **Proof of concept for now. Thus Draft.** Compiles. _Download_ benchmark works. Without PMTUD I see up to...

Previously we would only do GRO. Depends on https://github.com/mozilla/neqo/pull/2093. Part of https://github.com/mozilla/neqo/issues/1693. **Draft only. Just testing on the benchmark runner for now.**