issues
search
libp2p
/
rust-yamux
Multiplexer over reliable, ordered connections.
Apache License 2.0
179
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement Connection::get_ref to retrieve a reference to the socket
#196
stormshield-fabs
closed
19 hours ago
8
prepare 0.13.4
#195
jxs
closed
2 weeks ago
1
Fix closing pending frames
#194
turuslan
closed
2 weeks ago
0
fix: deadlock when sending ping
#193
diegomrsantos
opened
5 months ago
6
chore: prepare v0.13.3
#192
jxs
closed
5 months ago
0
feat: Use `web-time` instead of `instant`
#191
oblique
closed
5 months ago
0
fix: wake up readers after setting the state to RecvClosed
#190
kkovaacs
closed
5 months ago
0
Missed EOF when reading from a stream and the FIN flag is received in a WindowUpdate frame
#189
kkovaacs
closed
5 months ago
0
buffer of stream grows beyond limit
#188
nazar-pc
opened
5 months ago
7
Prepare v0.13.2
#187
jxs
closed
6 months ago
1
Is there any problem with my code and why it doesn't work
#186
pysrc
opened
7 months ago
5
`poll_new_outbound` without sending data results in no `inbound` stream
#185
robinhundt
closed
5 months ago
2
build(deps): Update env_logger requirement from 0.10 to 0.11
#184
dependabot[bot]
closed
9 months ago
0
What is the idiomatic way to create multiple streams?
#183
caelansar
closed
9 months ago
2
fix(wasm): use instant::{Duration, Instant}
#182
mxinden
closed
11 months ago
0
chore: fix minor warnings
#181
mxinden
closed
11 months ago
0
chore: move to Rust edition 2021
#180
mxinden
closed
11 months ago
0
chore: remove `WindowUpdateMode::OnReceive`
#179
mxinden
closed
11 months ago
1
chore: remove `WindowUpdateMode::OnReceive`
#178
mxinden
closed
11 months ago
1
chore: deprecate `WindowUpdateMode::OnReceive`
#177
mxinden
closed
11 months ago
1
feat: auto-tune (dynamic) stream receive window
#176
mxinden
closed
11 months ago
7
chore: remove `WindowUpdateMode::OnReceive`
#175
mxinden
closed
11 months ago
1
refactor: replace `Chunks` with `BytesMut`
#174
thomaseizinger
opened
1 year ago
2
build(deps): Bump actions/checkout from 3 to 4
#173
dependabot[bot]
closed
1 year ago
0
docs: remove mentions of old API components
#172
Gowee
closed
1 year ago
0
Doc for v0.12.0 is outdated
#171
Gowee
closed
1 year ago
2
Refactor `stream::Shared` to use internal mutability
#170
thomaseizinger
opened
1 year ago
0
chore: prepare v0.12.0
#169
mxinden
closed
1 year ago
2
feat: don't split header and body across TCP packets
#168
stormshield-pj50
closed
8 months ago
38
fix: garbage collect `Stream` when dropped
#167
aschran
closed
1 year ago
11
Dropped `Stream`s are never removed until connection closes?
#166
aschran
closed
1 year ago
1
Allow to configure the maximum size for the frame channel between one connection and one of its stream.
#165
stormshield-damiend
closed
4 days ago
4
feat: remove `Control` and `ControlledConnection`
#164
thomaseizinger
closed
1 year ago
0
Consider increasing `receive_window` default
#162
mxinden
closed
11 months ago
7
build(deps): Update futures_ringbuf requirement from 0.3.1 to 0.4.0
#161
dependabot[bot]
closed
1 year ago
0
chore: prepare v0.11.1
#160
mxinden
closed
1 year ago
1
build(deps): Update criterion requirement from 0.4 to 0.5
#159
dependabot[bot]
closed
1 year ago
0
refactor: move more tests to poll-API based interface
#158
thomaseizinger
closed
1 year ago
0
Remove `ControlledConnection` and everything around it
#157
thomaseizinger
closed
1 year ago
0
fix: avoid race condition between pending frames and closing stream
#156
thomaseizinger
closed
1 year ago
7
Remove `futures::Stream` impl from `Stream`
#155
thomaseizinger
opened
1 year ago
0
Re-write interface to buffer streams internally
#154
thomaseizinger
opened
1 year ago
1
feat: don't allow to open more than 256 unacknowledged streams
#153
thomaseizinger
closed
1 year ago
2
build(deps): Bump actions/stale from 7 to 8
#152
dependabot[bot]
closed
1 year ago
2
build(deps): Bump actions/stale from 6 to 7
#151
dependabot[bot]
closed
1 year ago
0
Track the accept backlog and add an upper limit
#150
thomaseizinger
closed
1 year ago
3
Consider yielding early if we have filled buffers to some degree
#149
thomaseizinger
opened
1 year ago
0
fix: Remove dead link to README.md
#148
mxinden
closed
1 year ago
0
chore: Prepare v0.11.0
#147
mxinden
closed
1 year ago
1
build(deps): Update env_logger requirement from 0.9 to 0.10
#146
dependabot[bot]
closed
1 year ago
0
Next