Re: svn commit: r223124 - head/lib/libstand

2011-06-19 Thread Alexander Kabaev
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

Re: svn commit: r223124 - head/lib/libstand

2011-06-16 Thread Maxim Konovalov
> (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

svn commit: r223124 - head/lib/libstand

2011-06-15 Thread Craig Rodrigues
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.