libwebsockets
Lightweight C library for HTML5 websockets
Loading...
Searching...
No Matches
lws_cc_ops Struct Reference

#include <lws-quic.h>

Collaboration diagram for lws_cc_ops:

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)

Detailed Description

Definition at line 157 of file lws-quic.h.

Field Documentation

◆ init

void(* lws_cc_ops::init) (struct lws *nwsi)

Definition at line 158 of file lws-quic.h.

◆ on_sent

void(* lws_cc_ops::on_sent) (struct lws *nwsi, size_t bytes)

Definition at line 159 of file lws-quic.h.

◆ on_ack

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.

◆ on_loss

void(* lws_cc_ops::on_loss) (struct lws *nwsi, size_t bytes_lost)

Definition at line 161 of file lws-quic.h.

◆ can_send

int(* lws_cc_ops::can_send) (struct lws *nwsi, size_t bytes)

Definition at line 162 of file lws-quic.h.

◆ get_pacing_delay

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.


The documentation for this struct was generated from the following file: