-
Notifications
You must be signed in to change notification settings - Fork 379
Description
I am running an artificial scenario where the packet ping time is over 1000ms in order to simulate a very slow connection.
It seems that lsquic will not complete a small web page download in this situation due to timeouts.
I have tried to increase various timeout values in the headers, as well as to alter alarm expiry times where I can find them, but there seems to be no simple set of code changes that resolves this problem.
Actually, this is quite important for us for Valgrind testing of our application:
Valgrind makes our app 50X slower, effectively making it as slow as simulating a network with a very long ping time.
Do yourselves have an suggestions?
Is there a proper place to configure lsquic for very-very-slow networks, and is this a supported configuration?
Thank you