mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
Documented the purpose of the two timeout fields in
s_PXENV_TFTP_READ_FILE.
This commit is contained in:
@@ -646,9 +646,18 @@ struct s_PXENV_TFTP_READ_FILE {
|
|||||||
UDP_PORT_t TFTPClntPort;
|
UDP_PORT_t TFTPClntPort;
|
||||||
/** Server multicast listening port */
|
/** Server multicast listening port */
|
||||||
UDP_PORT_t TFTPSrvPort;
|
UDP_PORT_t TFTPSrvPort;
|
||||||
/** Timeout for receiving data or ACK packets */
|
/** TFTP open timeout.
|
||||||
|
*
|
||||||
|
* This is the timeout for receiving the first DATA or ACK
|
||||||
|
* packets during the MTFTP Listen phase.
|
||||||
|
*/
|
||||||
UINT16_t TFTPOpenTimeOut;
|
UINT16_t TFTPOpenTimeOut;
|
||||||
/** Timeout before issuing MTFTP open */
|
/** TFTP reopen timeout.
|
||||||
|
*
|
||||||
|
* This is the timeout for receiving an ACK packet while in
|
||||||
|
* the MTFTP Listen phase (when at least one ACK packet has
|
||||||
|
* already been seen).
|
||||||
|
*/
|
||||||
UINT16_t TFTPReopenDelay;
|
UINT16_t TFTPReopenDelay;
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user