net: lwip: tftp: add support for setting blocksize at runtime
authorTim Harvey <tharvey@gateworks.com>
Fri, 30 May 2025 15:38:24 +0000 (08:38 -0700)
committerJerome Forissier <jerome.forissier@linaro.org>
Tue, 8 Jul 2025 07:53:59 +0000 (09:53 +0200)
commite4e97f70526dd9f367f54a38f38115726336cd6a
tree9dbb28a2d4d8f479b3fa665761e4e4f52a041e01
parent50a86eb97f05a2f300809deab32eed894f1860b9
net: lwip: tftp: add support for setting blocksize at runtime

Add support for setting the blocksize at runtime via the tftpblocksize env
variable as such is done with the legacy stack (CONFIG_NET).

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
net/lwip/tftp.c