Closed normanmaurer closed 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
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