|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-quic.h>
Data Fields | |
| void(* | init )(struct lws *nwsi) |
| void(* | on_sent )(struct lws *nwsi, size_t bytes) |
| void(* | on_ack )(struct lws *nwsi, size_t bytes_acked, lws_usec_t rtt) |
| void(* | on_loss )(struct lws *nwsi, size_t bytes_lost) |
| int(* | can_send )(struct lws *nwsi, size_t bytes) |
| lws_usec_t(* | get_pacing_delay )(struct lws *nwsi, size_t bytes_to_send) |
Definition at line 157 of file lws-quic.h.
| void(* lws_cc_ops::init) (struct lws *nwsi) |
Definition at line 158 of file lws-quic.h.
| void(* lws_cc_ops::on_sent) (struct lws *nwsi, size_t bytes) |
Definition at line 159 of file lws-quic.h.
| void(* lws_cc_ops::on_ack) (struct lws *nwsi, size_t bytes_acked, lws_usec_t rtt) |
Definition at line 160 of file lws-quic.h.
| void(* lws_cc_ops::on_loss) (struct lws *nwsi, size_t bytes_lost) |
Definition at line 161 of file lws-quic.h.
| int(* lws_cc_ops::can_send) (struct lws *nwsi, size_t bytes) |
Definition at line 162 of file lws-quic.h.
| lws_usec_t(* lws_cc_ops::get_pacing_delay) (struct lws *nwsi, size_t bytes_to_send) |
Definition at line 163 of file lws-quic.h.