haproxy/include/haproxy/quic_pacing-t.h
Amaury Denoyelle ee1c7ad0ff TMP
2024-10-31 10:32:50 +01:00

17 lines
293 B
C

#ifndef _HAPROXY_QUIC_PACING_T_H
#define _HAPROXY_QUIC_PACING_T_H
#include <haproxy/api-t.h>
#include <haproxy/quic_cc-t.h>
struct quic_pacer {
struct list frms;
const struct quic_cc_path *path;
unsigned int curr;
unsigned int next;
int sent;
};
#endif /* _HAPROXY_QUIC_PACING_T_H */