On Wed, 15 Jun 2011 22:13:22 + (UTC)
Craig Rodrigues wrote:
> Author: rodrigc
> Date: Wed Jun 15 22:13:22 2011
> New Revision: 223124
> URL: http://svn.freebsd.org/changeset/base/223124
>
> Log:
> (1) When sending the TFTP RRQ packet to read a file,
>send along the "blksize" optio
> (2) If the "tftp.blksize" environment variable is set, then
>take that value and use it when sending the TFTP RRQ packet,
>instead of 1428. This allows us to set different values of
>"tftp.blksize" in the loader, so that we can test out different
>TFTP block si
Author: rodrigc
Date: Wed Jun 15 22:13:22 2011
New Revision: 223124
URL: http://svn.freebsd.org/changeset/base/223124
Log:
(1) When sending the TFTP RRQ packet to read a file,
send along the "blksize" option specified in RFC2348,
and the "tsize" option specified in RFC2349.