quicp2p/quicly/maxsender.nim

11 lines
358 B
Nim
Raw Permalink Normal View History

2020-11-02 00:52:13 +01:00
type
quicly_maxsender_t* {.importc, header: "quicly/maxsender.h", bycopy.} = object
2020-11-02 00:52:13 +01:00
max_committed*: int64
max_acked*: int64
num_inflight*: csize_t
force_send* {.bitsize: 1.}: cuint
quicly_maxsender_sent_t* {.importc, header: "quicly/maxsender.h", bycopy.} = object
2020-11-02 00:52:13 +01:00
inflight* {.bitsize: 1.}: uint64
value* {.bitsize: 63.}: uint64