netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Use an enum for the internal state #656

Closed normanmaurer closed 9 months ago

normanmaurer commented 9 months ago

Motivation:

To make it easier to inspect the state of the QuicheQuicChannel it makes sense to use an enum for the internal state of the channel

Modifications:

Replace int by enum

Result:

Cleanup