From owner-svn-src-head@FreeBSD.ORG Thu Jun 16 20:42:07 2011 Return-Path: Delivered-To: svn-src-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D576F106564A; Thu, 16 Jun 2011 20:42:07 +0000 (UTC) (envelope-from maxim.konovalov@gmail.com) Received: from mp2.macomnet.net (ipv6.irc.int.ru [IPv6:2a02:28:1:2::1b:2]) by mx1.freebsd.org (Postfix) with ESMTP id 4896F8FC15; Thu, 16 Jun 2011 20:42:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.14.4/8.14.3) with ESMTP id p5GKg58K082864; Fri, 17 Jun 2011 00:42:05 +0400 (MSD) (envelope-from maxim.konovalov@gmail.com) Date: Fri, 17 Jun 2011 00:42:05 +0400 (MSD) From: Maxim Konovalov To: Craig Rodrigues In-Reply-To: <201106152213.p5FMDMWP000491@svn.freebsd.org> Message-ID: References: <201106152213.p5FMDMWP000491@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r223124 - head/lib/libstand X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2011 20:42:07 -0000 > (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 sizes at run time. > Is it documented somewhere? -- Maxim Konovalov