Enjia

Results 14 comments of Enjia

没有,我windows用的是python3,刚刚又在乌班图下试了可以正常运行。还是非常感谢

I just used tc command to set the delay and loss rate, as for speed I added time stamp at the start and end of main() function and their difference...

In detail, I run server and client in different machines, for server, I carry on the command: sudo tc qdisc add dev enp7s0f0 root netem delay 40ms loss 0,01% (enp7s0f0...

Hi @yangchi I come across some problems nowadays and really need your help! 1、As for params, I added -max_cwnd_mss=800000000 in server, -conn_flow_control=800000000 & -stream_flow_control=800000000 in client. And I found that...

Thank you for your suggestion~ (1) Conditions: 1G bw, 40ms delay, 0 loss rate, file size 500MB TCP: I use ftp and wdt, ftp costs around 8-9s, wdt 7-8s. quic:...

@yangchi I wonder if MVFST has been applied to some projects in real life because I think if MVFST is utilized practically the transmission speed should bear the test, while...

@mjoras Thanks! As for TCP client, I use WDT and FTP with 1 TCP connection opened. When testing on client side I set both -stream_flow_control and -conn_flow_control to 800000000, the...

I found the same problem that with bandwidth=1Gb, server causes 7 times onPTOAlarm with error "Exceeded max PTO", I found that every time server triggers onPTO Alarm it then sends...

Futhermore, in function iobufChainBasedBuildScheduleEncrypt() it calculate the encodedSize which equals to "headerLen + bodyLen + aead.getCipherOverhead()", after LOG(INFO) I find the max encodedSize is 1268, and it exceeds the limit...

The mvfst version I use is June 23rd, and I test the newest version(i.e. July 3rd) and find that the problem is still there, which I think may be different...