Connection drops when downloading data from remote server, specially when downloading larger files giving an error: "connection timed out while trying to retrieve data from host.domainname.tld
Check for setting following values in TCP/IP stack: 1. MTU (Maximum Transmission Unit) 2. RWIN (Receiving Window)at client side if you suspect it's a client side issue 3. MSS (Maximum Segment Size). Generally setting one or more of the above solves many communication problems.
Check for setting following values in TCP/IP stack:
ReplyDelete1. MTU (Maximum Transmission Unit)
2. RWIN (Receiving Window)at client side if you suspect it's a client side issue
3. MSS (Maximum Segment Size).
Generally setting one or more of the above solves many communication problems.