2020-11-02 00:52:13 +01:00
|
|
|
type
|
2020-11-07 11:42:11 +01:00
|
|
|
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
|
|
|
|
|
2020-11-07 11:42:11 +01:00
|
|
|
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
|