Rob Taglang
2018-04-27 18:25:10 UTC
It seems that the EDK network stack expects this to be 1500, not 1514.
As-is, in the case of fragmentation, the UEFI UDP layer will compute fragment sizes larger than the MTU which typically get dropped.
You can view, comment on, or merge this pull request online at:
https://github.com/ipxe/ipxe/pull/73
-- Commit Summary --
* [efi_snp] Subtract link-layer header length from MaxPacketSize
-- File Changes --
M src/interface/efi/efi_snp.c (2)
-- Patch Links --
https://github.com/ipxe/ipxe/pull/73.patch
https://github.com/ipxe/ipxe/pull/73.diff
As-is, in the case of fragmentation, the UEFI UDP layer will compute fragment sizes larger than the MTU which typically get dropped.
You can view, comment on, or merge this pull request online at:
https://github.com/ipxe/ipxe/pull/73
-- Commit Summary --
* [efi_snp] Subtract link-layer header length from MaxPacketSize
-- File Changes --
M src/interface/efi/efi_snp.c (2)
-- Patch Links --
https://github.com/ipxe/ipxe/pull/73.patch
https://github.com/ipxe/ipxe/pull/73.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/73
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/73