lsquic icon indicating copy to clipboard operation
lsquic copied to clipboard

real-time data statistics

Open barrynshang opened this issue 3 years ago • 1 comments

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

barrynshang avatar Jun 28 '22 13:06 barrynshang

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.

litespeedtech avatar Jun 29 '22 02:06 litespeedtech