mirror of
https://github.com/xcat2/xNBA.git
synced 2026-08-04 00:16:56 +00:00
9a8c6b00d4
The default maximum plaintext fragment length for TLS is 16kB, which is a substantial amount of memory for iPXE to have to allocate for a temporary decryption buffer. Reduce the memory footprint of TLS connections by requesting a maximum fragment length of 2kB. Signed-off-by: Michael Brown <mcb30@ipxe.org>