libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
275 stars 77 forks source link

Yamux SHOULD NOT implicitly acknowledge streams but wait for the application to send the first DATA frame. #287

Open ianopolous opened 1 year ago

ianopolous commented 1 year ago

A recent addition to the yamux spec https://github.com/libp2p/specs/pull/547/files#diff-fedd7311e3b41f103952971d6e6db5d0152e9d064ac9c3e7d78e3041ff1a2c77R169

~Also have a max backlog of 256 un-ACKed new streams on a connection.~ fixed by https://github.com/libp2p/jvm-libp2p/pull/340