]> rtime.felk.cvut.cz Git - novaboot.git/commit
Increase timeout for --remote-expect
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 21 Oct 2014 09:22:10 +0000 (11:22 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 21 Oct 2014 09:22:10 +0000 (11:22 +0200)
commit6b7f5d6026c6fd5357692a95cf12700589aa4f6a
tree095927cbc15f40f58e72ed5f3786eac57854b91d
parentc938704f37e28453af77bd55b5962bed093c410a
Increase timeout for --remote-expect

If the remote target is connected over slow TCP connection, it may take
long time for the connection to be established. According to tcp(7) the
default value of tcp_syn_retries corresponds to 180 seconds so we should
wait the same time here.
novaboot