forked from mirrors/tftp-hpa-google
Document changes since 0.41
This commit is contained in:
parent
30d10d7e22
commit
8890d206f4
2 changed files with 16 additions and 1 deletions
11
CHANGES
11
CHANGES
|
@ -1,3 +1,14 @@
|
|||
Changes in 0.42:
|
||||
Try to disable path MTU discovery for TFTP connections (it's
|
||||
useless anyway.)
|
||||
|
||||
Add a hack to allow the admin to specify a range of local port
|
||||
numbers to use.
|
||||
|
||||
Fix local IP number handling on systems which present
|
||||
IP_RECVDSTADDR in recvmsg().
|
||||
|
||||
|
||||
Changes in 0.41:
|
||||
Fix bug by which patterns of the form \U\1 weren't converted
|
||||
correctly.
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\"----------------------------------------------------------------------- */
|
||||
.TH TFTPD 8 "3 September 2004" "tftp-hpa @@VERSION@@" "System Manager's Manual"
|
||||
.TH TFTPD 8 "16 February 2006" "tftp-hpa @@VERSION@@" "System Manager's Manual"
|
||||
.SH NAME
|
||||
.B tftpd
|
||||
\- IPv4 Trivial File Transfer Protocol server
|
||||
|
@ -159,6 +159,10 @@ MTU on your network minus 32 bytes (20 bytes for IP, 8 for UDP, and 4
|
|||
for TFTP; less if you use IP options on your network.) For example,
|
||||
on a standard Ethernet (MTU 1500) a value of 1468 is reasonable.
|
||||
.TP
|
||||
\fB\-R\fP \fIport:port\fP
|
||||
Force the server port number (the Transaction ID) to be in the
|
||||
specified range of port numbers.
|
||||
.TP
|
||||
.B \-V
|
||||
Print the version number and configuration to standard output, then
|
||||
exit gracefully.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue