lsquic
lsquic copied to clipboard
real-time data statistics
Dear author, I am a quic newcomer. When I use lsquic, I found that the external api interface does not have an interface to obtain real-time data statistics, including but not limited to the members of struct conn_stats, bandwidth, RTT and other information. The current use needs to include the internal header file lsquic_conn. h. Or is there another way? Others I will add some interfaces to improve it
Currently there is no public API to access the statistics, maybe can move struct conn_stats out of lsquic_conn.h, into lsquic.h, and add a few API functions to access it.