C
can320
Gast
Es kommt häufiger vor, dass Webseiten die ich aufrufe bis zu 8 Sekunden brauchen um zu laden bzw damit zu beginnen. Nach langer Suche habe ich wohl die Ursache dafür entdeckt:
Folgender Link beschreibt das Problem:
https://blog.fastmail.com/2011/06/28/http-keep-alive-connection-timeouts/
Gibt es eine Möglichkeit den TCP timeout Vorgang zu beschleunigen, damit eine neue Verbindung möglichst ohne Verzögerungen von Chrome aufgebaut wird? Ich habe schon mit vielen Registry Einträgen und verschiedenen Werten experimentiert ohne Erfolg:
TcpMaxConnectRetransmissions
TCPMaxConnectResponseRetransmissions
TcpTimedWaitDelay
KeepAliveTime
TcpMaxDataRetransmissions
InitialRttData
TcpInitialRTT
Folgender Link beschreibt das Problem:
https://blog.fastmail.com/2011/06/28/http-keep-alive-connection-timeouts/
It seems there's some users behind NAT gateways/stateful firewalls that have a 2 minute state timeout. So if you leave an HTTP connection idle for > 2 minutes, the NAT/firewall starts dropping any new packets on the connection and doesn't even RST the connection, so TCP goes into a long retry mode before finally returning that the connection timed out to the application.
To the user, the visible result is that after doing something with a site, if they wait > 2 minutes, and then click on another link/button, the action will just take ages to eventually timeout. There's a Chrome bug about this here:
Gibt es eine Möglichkeit den TCP timeout Vorgang zu beschleunigen, damit eine neue Verbindung möglichst ohne Verzögerungen von Chrome aufgebaut wird? Ich habe schon mit vielen Registry Einträgen und verschiedenen Werten experimentiert ohne Erfolg:
TcpMaxConnectRetransmissions
TCPMaxConnectResponseRetransmissions
TcpTimedWaitDelay
KeepAliveTime
TcpMaxDataRetransmissions
InitialRttData
TcpInitialRTT