| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Timeout Behavior for Curl TFTP
From: Grant Erickson <gerickson_at_nuovations.com>
Date: Mon, 05 Jan 2009 11:09:13 -0800
Using both curl-7.18.2 and curl-7.19.2:
# curl --version
I have noticed for TFTP that the connect-timeout, max-time and limit-rate
% cd /export/tftp/outbound
On the target, I then attempt the following several trials:
1) Specify connect-timeout only:
for size in 8 16 32; do
This typically works for the 8 Mib and 16 MiB file sizes but frequently
curl: (28) Timeout was reached
2) Trying to limit the rate to ensure it fails in all cases, has no effect,
for size in 8 16 32; do
3) Thinking that adding max-time might coax connect-time to work correctly,
for size in 8 16 32; do
curl: (28) Timeout was reached
Is this "as-designed" behavior for TFTP or is this in error and in need of a
While TFTP is not a connection-oriented (i.e. TCP) implementation making the
Regards,
Grant Erickson
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info