TCP connection timeout mystery
devnonsense.com
TCP connection timeout mystery
1–10 of 83 posts
Re: TCP connection timeout mystery
#2Re: TCP connection timeout mystery
#3Such redirection is often done on a specific port basis, so that trying to access different ports might produce a different result, such as a RST packet coming back from port 1234 with a different TTL than port 443.
There is so much cheating going with Internet routing that the TTL is usually the first thing I check, to make sure things are what they claim.
Re: TCP connection timeout mystery
#4Re: TCP connection timeout mystery
#5Clamp MSS to path MTU discovery?
Re: TCP connection timeout mystery
#6Re: TCP connection timeout mystery
#7try to reduce MTU on client, 1280 is a good starting point.
Re: TCP connection timeout mystery
#8Clamp MSS to path MTU discovery?
I mean, yes, that was my instinctive response based on just the title. It's always the MTU. But in this case the packet that's being lost is a pure ACK.
Re: TCP connection timeout mystery
#999% MTU size. Had this recently specifically with TLS due to large initial packets containing certificates. Results could even depend on user agent, some fail some will work. try to reduce MTU on client, 1280 is a good starting point.