This commit is contained in:
wiz 2003-07-04 12:11:02 +00:00
parent cf10d78423
commit a03d9214b1
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tftpd.8,v 1.18 2003/06/11 01:43:52 briggs Exp $
.\" $NetBSD: tftpd.8,v 1.19 2003/07/04 12:11:02 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -198,7 +198,8 @@ and first appeared in
.Nx 2.0 .
.Sh BUGS
Files larger than 33488896 octets (65535 blocks) cannot be transferred
without client and server supporting blocksize negotiation (RFCs 2347 & 2348).
without client and server supporting blocksize negotiation (RFCs
2347 and 2348).
.Pp
Many tftp clients will not transfer files over 16744448 octets (32767 blocks).
.Sh SECURITY CONSIDERATIONS