mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
2e72d100af
Some protocols (such as ARP) may modify the received packet and re-use the same I/O buffer for transmission of a reply. To allow this, reserve sufficient headroom at the start of each received packet buffer for our transmit datapath headers. Signed-off-by: Michael Brown <mcb30@ipxe.org>