From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Add Transfer Size Option to tftp
Date: Tue, 25 Aug 2009 13:31:47 -0700 [thread overview]
Message-ID: <4A944A33.6070304@gmail.com> (raw)
In-Reply-To: <1250779820-15732-1-git-send-email-rgetz@blackfin.uclinux.org>
Robin Getz wrote:
> Optionally add RFC 2349 "Transfer Size Option", so we can minimize the
> time spent sending data over the UART (now print a single line during a
> tftp transfer).
>
> - If turned on (CONFIG_TFTP_TSIZE), U-Boot asks for the size of the file.
> - if receives the file size, a single line (50 chars) are printed.
> one hash mark == 2% of the file downloaded.
> - if it doesn't receive the file size (the server doesn't support RFC
> 2349, prints standard hash marks (one mark for each UDP frame).
>
> Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
> ---
> net/tftp.c | 42 ++++++++++++++++++++++++++++++++++++++++--
> 1 files changed, 40 insertions(+), 2 deletions(-)
>
Applied to net/next
regards,
Ben
prev parent reply other threads:[~2009-08-25 20:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-20 14:50 [U-Boot] [PATCH] Add Transfer Size Option to tftp Robin Getz
2009-08-25 20:31 ` Ben Warren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A944A33.6070304@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.