I want to increase packages time to live in Ubuntu.
What exactly I want to do: photos and XMLs in browser (Chrome) are downloading for about a minute. I don't want the connection to be broken in 20 seconds, but, for example 120 seconds.
I want to increase packages time to live in Ubuntu.
What exactly I want to do: photos and XMLs in browser (Chrome) are downloading for about a minute. I don't want the connection to be broken in 20 seconds, but, for example 120 seconds.
Looking at here, I see that you need to write to this file: /proc/sys/net/ipv4/ip_default_ttl
.
However, I'm not really sure that that will fix your problem.