Yan Feng

Results 20 comments of Yan Feng

Thanks, @camshaft. I have encoded and decoded with `tokio_util` now. Another problem: I have opened a `open_bidirectional_stream` on client-side, and `accept_bidirectional_stream` on server side. and then transfer the video streaming...

Do I need to set the builder limits on both sides? Do you have the recommended limit parameter set for my case?

Thanks for your response @camshaft, and sorry for the less clue: I have tried to debug and release versions, and the experience is almost. The transmission is ok when the...

Any idea about this case, guys? @camshaft @WesleyRosenblum @toidiu Thanks.

@camshaft got it, I will create a test repo to reproducible. thanks.

@camshaft Sorry for the late response because of busy work. I have coded the demo to reproduce the case. https://github.com/fy2462/s2n_quic_latency_reproducer You can get the details by following the `README`. I...

Thanks a lot, @colmmacc, I think the bitrate is only < 5MBps in my demo, Why is low and stable latency when I use the TCP connection? More questions: 1....

Hi @camshaft, any test progress for my code. thanks.

Got it, thanks @goatgoose. BTW, I have set some s2n-quic limits in my code. you can find it [here](https://github.com/fy2462/s2n_quic_latency_reproducer/blob/a8e33f87b0162116cf4797b4f84bbe5dbf7693d2/hbb_common/src/quic.rs#L198), but it doesn't work.

Hi, @goatgoose, Any time to look into this? strongly want to know why? Thank you very much again.