c语言版本simple_server例子里面定时器 #295
shiluchina
started this conversation in
General
Replies: 2 comments 2 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
@shiluchina 通过调用 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
struct simple_server {
struct quic_endpoint_t *quic_endpoint;
ev_timer timer;
timer定时器的超时时间是怎么确定的,是内部固定时间触发quic_endpoint_process_connections来处理流的读写事件吗?
Beta Was this translation helpful? Give feedback.
All reactions