6 lines
127 B
Nim
6 lines
127 B
Nim
|
type
|
||
|
quicly_cc_t* {.importc, header: "quicly/cc.h", bycopy.} = enum
|
||
|
CC_RENO_MODIFIED,
|
||
|
#CUBIC (RFC 8312)
|
||
|
CC_CUBIC
|