Re: [U-Boot] [PATCH] tftp: adjust settings to be suitable for 100Mbit ethernet

2015-08-24 Thread Joe Hershberger
On Tue, Aug 18, 2015 at 7:34 AM, Pavel Machek wrote: > > Adjust timouts and retry counts to be suitable for loaded ethernet > network. With 5 seconds timeout, 10 retries maximum, tftp is > impossible even on local network with single full-speed TCP > connection. > > 100msec timeout should be suita

Re: [U-Boot] [PATCH] tftp: adjust settings to be suitable for 100Mbit ethernet

2015-08-21 Thread Joe Hershberger
Hi Pavel, On Tue, Aug 18, 2015 at 7:34 AM, Pavel Machek wrote: > > Adjust timouts and retry counts to be suitable for loaded ethernet > network. With 5 seconds timeout, 10 retries maximum, tftp is > impossible even on local network with single full-speed TCP > connection. > > 100msec timeout shou

[U-Boot] [PATCH] tftp: adjust settings to be suitable for 100Mbit ethernet

2015-08-18 Thread Pavel Machek
Adjust timouts and retry counts to be suitable for loaded ethernet network. With 5 seconds timeout, 10 retries maximum, tftp is impossible even on local network with single full-speed TCP connection. 100msec timeout should be suitable for most networks tftp is used on, that is local ethernets. Ti