packet-tftp.c: Fix an incorrect value in a comment.

This commit is contained in:
Joerg Mayer 2021-01-19 14:36:04 +01:00
parent ea7131cee0
commit ba196f550d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
* "msftwindow" reverse-engineered from Windows Deployment Services traffic:
* - Requested by RRQ (or WRQ?) including "msftwindow" option, with value
* "31416" (round(M_PI * 10000)).
* - Granted by OACK including "msftwindow" option, with value "27812"
* - Granted by OACK including "msftwindow" option, with value "27182"
* (floor(e * 10000)).
* - Each subsequent ACK will include an extra byte carrying the next
* windowsize -- the number of DATA blocks expected before another ACK will