2020-11-02 00:52:13 +01:00
|
|
|
type
|
2020-11-02 23:51:47 +01:00
|
|
|
quicly_maxsender_t* {.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-02 23:51:47 +01:00
|
|
|
quicly_maxsender_sent_t* {.bycopy.} = object
|
2020-11-02 00:52:13 +01:00
|
|
|
inflight* {.bitsize: 1.}: uint64
|
|
|
|
value* {.bitsize: 63.}: uint64
|