recnac

Results 3 issues of recnac

Hi, I did a preliminary performance test recently. The way I test is writing data by `lsquic_stream_write` in `on_write` callback. I have test packet_size=200K interval=10ms, and packet_size=50K interval=5ms. The max...

I am working on porting lsquic to Android platform. I have cross-compiled lsquic and dependent libraries successfully by Android ndk. Now I can run lsquic test demo like `echo_server` and...

First I want to say it is a really cool project and I have learned a lot from it. Thanks. In my scenario, I want to mirror android to android...