Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/quinn-rs/quinn

Async-friendly QUIC implementation in Rust
https://github.com/quinn-rs/quinn

Bump vmactions/freebsd-vm from 0 to 1

dependabot[bot] opened this pull request about 1 year ago
Update docs for `Connection::accept_bi()` and `Connection::open_bi()`

rickvanprim opened this pull request about 1 year ago
quinn connect h3 server timeout on windows

NightBalance opened this issue about 1 year ago
Backport to 0.10.x: Downgrade duplicate packet message to debug level

nazar-pc opened this pull request about 1 year ago
Downgrade duplicate packet message to debug level

nazar-pc opened this pull request about 1 year ago
Should "discarding possible duplicate packet" really be a warning?

nazar-pc opened this issue about 1 year ago
Removed assert to check finalize is called before drop

boserohan opened this pull request about 1 year ago
wip: add support for ECN on Windows.

stormshield-damiend opened this pull request about 1 year ago
Send/receive datagrams help needed.

karthikgbbristol opened this issue about 1 year ago
fix: don't fail when `finish` is called on a stopped stream

thomaseizinger opened this pull request about 1 year ago
ensure LICENSE files are present in all published crates

decathorpe opened this pull request about 1 year ago
#729: proto: write outgoing packets to caller-supplied memory

lmpn opened this pull request about 1 year ago
Update async-io requirement from 1.6 to 2.0

dependabot[bot] opened this pull request about 1 year ago
key_update_reordered is flaky

djc opened this issue about 1 year ago
Problem with establishing connection

serzhiio opened this issue about 1 year ago
Yield protocol violation for packets without frames

djc opened this pull request about 1 year ago
feat: use mutable transmits to AsyncUdpSocket::poll_send

dignifiedquire opened this pull request about 1 year ago
Make `quinn-proto::{Connection, Endpoint}` deterministic

michael-yxchen opened this pull request about 1 year ago
Implement `Debug` for `IdleTimeout`.

vvvviiv opened this pull request about 1 year ago
wip: add a new trait to notify application of some events. For now only support MTU updates.

stormshield-damiend opened this pull request about 1 year ago
Update ring requirement from 0.16.7 to 0.17.4

dependabot[bot] opened this pull request about 1 year ago
Trying to implement `Debug` for `IdleTimeout`

vvvviiv opened this issue about 1 year ago
#1685, applied to main

jeromegn opened this pull request about 1 year ago
#1682 squashed + split

djc opened this pull request about 1 year ago
quinn-proto: Non-determinism in endpoint/connection/congestion

michael-yxchen opened this issue about 1 year ago
Connection timeout quinn 0.7.2 Android (cargo-ndk)

MateusArthur opened this issue about 1 year ago
Do not pre-allocate memory on streams

jeromegn opened this pull request about 1 year ago
Single threaded runtime support

vlovich opened this issue about 1 year ago
Does Quinn support mitigating rapid reset attacks?

vlovich opened this issue about 1 year ago
Update ring requirement from 0.16.7 to 0.17.2

dependabot[bot] opened this pull request about 1 year ago
Update package ring to 0.17 for Windows arm64 support

lhyzf opened this issue about 1 year ago
Don't pre-allocate uni/bi stream

jeromegn opened this issue about 1 year ago
Accept's Future Output

jxs opened this issue about 1 year ago
Bump quinn-proto version to 0.9.6

grooviegermanikus opened this pull request about 1 year ago
Update ring requirement from 0.16.7 to 0.17.0

dependabot[bot] opened this pull request about 1 year ago
Question: Why the conntion is closed after RecvStream.read_buf()

Zhou-Pixel opened this issue about 1 year ago
Fix ACK frequency extension corner case

Ralith opened this pull request about 1 year ago
backport to 0.9: Allow GSO to be manually disabled

grooviegermanikus opened this pull request over 1 year ago
`keep_alive_interval` can be larger than `max_idle_timeout`

kixelated opened this issue over 1 year ago
Backport #1667 to 0.10.x

djc opened this pull request over 1 year ago
Backport #1667 to 0.9.x

djc opened this pull request over 1 year ago
More principled error handling for invalid frames

djc opened this pull request over 1 year ago
Pass byte read count to FinishEarly

rom1v opened this pull request over 1 year ago
Await connection drain

BiagioFesta opened this issue over 1 year ago
Optimization Configuration for Integration with Quinn Library

songwei163 opened this issue over 1 year ago
RecvStream::read_exact() API insufficient

rom1v opened this issue over 1 year ago
sending delay detection

szguoxz opened this issue over 1 year ago
Automatic Retry heuristics

Ralith opened this issue over 1 year ago
Get current connection blocking status

szguoxz opened this issue over 1 year ago
Allow running perf client and server within dockers

stormshield-damiend opened this pull request over 1 year ago
Bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request over 1 year ago
Minor bulk benchmark improvements

Ralith opened this pull request over 1 year ago
Send ACK_FREQUENCY frames intelligently rather than spamming IMMEDIATE_ACK

Ralith opened this pull request over 1 year ago
Generalize UdpStats::transmits to ios

Ralith opened this pull request over 1 year ago
Clamp per-RTT ACK timeouts to at most once per 10ms

Ralith opened this pull request over 1 year ago
silent an info message related to ack frequency.

stormshield-damiend opened this pull request over 1 year ago
Add missing export for proto::AckFrequencyConfig.

stormshield-damiend opened this pull request over 1 year ago
Communicate endpoint events in -proto w/ an intrusive queue

Ralith opened this pull request over 1 year ago
Require explicit timestamp for Endpoint::connect(), Rust 1.72

djc opened this pull request over 1 year ago
quinn-proto: `Endpoint::connect` retrieves timestamp from OS

omegablitz opened this issue over 1 year ago
Backport robust reset detection to 0.10

Ralith opened this pull request over 1 year ago
proto: detect stateless resets in authed and unprotected packets

Ralith opened this pull request over 1 year ago
proto: don't panic when draining an unknown connection

Ralith opened this pull request over 1 year ago
Replace Matrix link with Discord

Ralith opened this pull request over 1 year ago
Replace Gitter link with Discord

djc opened this pull request over 1 year ago
proto: add forgotten field to Debug for TransportConfig

Ralith opened this pull request over 1 year ago
proto: Fix double-boxing of congestion::ControllerFactory

Ralith opened this pull request over 1 year ago
proto: bump to 0.10.3

Ralith opened this pull request over 1 year ago
Deflake ACK tests

Ralith opened this pull request over 1 year ago
Backport gso mitigations

Ralith opened this pull request over 1 year ago
udp: disable GSO on EINVAL

Ralith opened this pull request over 1 year ago
proto: Allow GSO to be manually disabled

Ralith opened this pull request over 1 year ago
udp: don't log EMSGSIZE errors

Ralith opened this pull request over 1 year ago
Add docs for RecvMeta

flub opened this pull request over 1 year ago
udp: use set_socket_option_supported() wrapper

djc opened this pull request over 1 year ago
Propagate current tracing span to spawned connection drivers

Ralith opened this pull request over 1 year ago
set may_fragment based on whether setting IP_DONTFRAG fails with ENOPROTOOPT.

jieliangma opened this pull request over 1 year ago
BBR v3 support?

moranno opened this issue over 1 year ago
udp: simplify socket state initialization

djc opened this pull request over 1 year ago
Privatize TransportParameters::default()

Ralith opened this pull request over 1 year ago
set may_fragment based on whether setting IP_DONTFRAG fails with ENOPROTOOPT.

jieliangma opened this pull request over 1 year ago
Ignoring error setting IP_DONTFRAG on iOS

jieliangma opened this pull request over 1 year ago
Protocol not available (os error 42)

jieliangma opened this issue over 1 year ago
Bump Swatinem/rust-cache from 1 to 2

dependabot[bot] opened this pull request over 1 year ago
remove wrap_udp_socket

zzwxh opened this pull request over 1 year ago
Add rebind_with_abstract_socket

zzwxh opened this issue over 1 year ago
Backport to 0.10.x: Reduce default maximum UDP payload size to the ethernet MTU

lijunwangs opened this pull request over 1 year ago
i wanna use quinn_proto but there's few document

zzwxh opened this issue over 1 year ago
quicwg out of date

zzwxh opened this issue over 1 year ago
FrameStats: cannot find documentation on the values

grooviegermanikus opened this issue over 1 year ago
Preserve the tracing span in the EndpointDriver task

flub opened this pull request over 1 year ago
Reduce default maximum UDP payload size to the ethernet MTU

Ralith opened this pull request over 1 year ago
Perform a key update early in a connection's lifetime

Ralith opened this pull request over 1 year ago
Mitigate optimistic ACK attacks

Ralith opened this pull request over 1 year ago
Fold UdpState into AsyncUdpSocket

Ralith opened this pull request over 1 year ago
Fix excessive receive buffer allocation

Ralith opened this pull request over 1 year ago
Expose more properties and setters on UdpState

Icelk opened this pull request over 1 year ago