2020-11-02 00:52:13 +01:00
|
|
|
from quicly import quicly_context_t
|
|
|
|
|
2020-11-07 11:42:11 +01:00
|
|
|
var quicly_spec_context* {.importc, header: "quicly/defaults.h".}: quicly_context_t
|
2020-11-02 00:52:13 +01:00
|
|
|
|
2020-11-07 11:42:11 +01:00
|
|
|
var quicly_performant_context* {.importc, header: "quicly/defaults.h".}: quicly_context_t
|