forked from mirrors/tftp-hpa-google
tftpd: implement the "rollover" option
Implement the "rollover" option, to set the rollover block number to anything other than zero. Apparently some idiots have gotten the idea that block numbers should roll over to one, rather than zero.
This commit is contained in:
parent
fcdd859a75
commit
932277c9a5
2 changed files with 28 additions and 2 deletions
|
@ -218,6 +218,10 @@ Set the time before the server retransmits a packet, in seconds.
|
|||
.TP
|
||||
\fButimeout\fP (nonstandard)
|
||||
Set the time before the server retransmits a packet, in microseconds.
|
||||
.TP
|
||||
\fBrollover\fP (nonstandard)
|
||||
Set the block number to resume at after a block number rollover. The
|
||||
default and recommended value is zero.
|
||||
.PP
|
||||
The
|
||||
.B \-\-refuse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue