quicp2p/quicly/cc.nim

6 lines
127 B
Nim
Raw Permalink Normal View History

2020-11-02 00:52:13 +01:00
type
quicly_cc_t* {.importc, header: "quicly/cc.h", bycopy.} = enum
2020-11-02 00:52:13 +01:00
CC_RENO_MODIFIED,
#CUBIC (RFC 8312)
CC_CUBIC