Skip navigation

Netty/Incubator/Codec/Quic 0.0.9.Final released

I am happy to announce the release of netty-incubator-codec-quic 0.0.9.Final.

This release introduces two new abstractions that allows:

  • support of GSO for any Channel that supports it by let the user plug-in the correct implementation (#222)
  • support for different flush strategies to ensure packets are transferred in a timely manner (#228)

Beside these there are various other small changes.

For more details related to this release see our bug-tracker.

For more details about this codec in general please read our initial announcement.