5 lines
141 B
Kotlin
5 lines
141 B
Kotlin
package dev.w1zzrd.packets.transport
|
|
|
|
enum class ExplicitCongestionNotification {
|
|
INCAPABLE, CAPABLE0, CAPABLE1, CONGESTION_ENCOUNTERED
|
|
} |