mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-25 12:40:23 +00:00
2058e73ce6b110e2e96898057787a6b6f571ae6c
Per Alex Williamson <alex.williamson@redhat.com>: For discovery, both the DHCP and PXE specs suggest timeouts of 4, 8, 16, and 32 seconds. This gives us a maximum timeout of 60 seconds, versus the current timeout of 15 seconds at timeouts of 1, 2, 4, and 8 seconds. On the request phase, the specs are quite different. RFC2131 for DHCP suggests the same intervals as above for discovery, while the PXE spec recommends intervals of 1, 2, 3, and 4 seconds. Our timer only wants to do exponential back-off, so we compromise and adjust to intervals of 1, 2, 4, and 8 seconds. PXE boot server discovery appears to want the same timeouts as the DHCP request phase.
iPXE README File Quick start guide: cd src make For any more detailed instructions, see http://ipxe.org
Description
Languages
C
94.5%
Objective-C
2.1%
Assembly
1.3%
Perl
0.9%
Makefile
0.4%
Other
0.7%