You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all
When I test with the demo,use the http_server to send data,http_client to receive data.
and use md5_client to send data,md5_server to receive data without the md5 value compute.
but the transfer speed with md5_client,md5_server is half of the http_server and http_client,
I try to analyse the code,the send and receive packets funtion is same,and all use the lsquic_stream_writef to send stream.
So what the reason to cause the low speed of md5 demo?