Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/libexec/tftpd Pull up revision 1.13 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/b83726c6bda4
branches: netbsd-1-5
changeset: 490680:b83726c6bda4
user: he <he%NetBSD.org@localhost>
date: Mon Feb 26 16:59:29 2001 +0000
description:
Pull up revision 1.13 (requested by he):
Use unsigned variables for block number, thus allowing transfer
of up to 32M files instead of 16M.
diffstat:
libexec/tftpd/tftpd.8 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 34b0bd1b7dba -r b83726c6bda4 libexec/tftpd/tftpd.8
--- a/libexec/tftpd/tftpd.8 Mon Feb 26 16:59:15 2001 +0000
+++ b/libexec/tftpd/tftpd.8 Mon Feb 26 16:59:29 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tftpd.8,v 1.12 1999/07/12 20:25:35 itojun Exp $
+.\" $NetBSD: tftpd.8,v 1.12.8.1 2001/02/26 16:59:29 he Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -171,6 +171,11 @@
.Nx 1.4 .
.Pp
IPv6 support was implemented by WIDE/KAME project in 1999.
+.Sh BUGS
+Files larger than 33488896 octets (65535 blocks) cannot be transferred
+without client and server supporting blocksize negotiation (RFC1783).
+.Pp
+Many tftp clients will not transfer files over 16744448 octets (32767 blocks).
.Sh SECURITY CONSIDERATIONS
You are
.Em strongly
Home |
Main Index |
Thread Index |
Old Index