Re: [PATCH 3/6] net: lwip: tftp: add support for setting blocksize at runtime

2025-05-30 Thread Jerome Forissier
On 5/29/25 23:49, Tim Harvey wrote: > 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 > --- > net/lwip/tftp.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >

[PATCH 3/6] net: lwip: tftp: add support for setting blocksize at runtime

2025-05-29 Thread Tim Harvey
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 --- net/lwip/tftp.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net/lwip/tftp.c b/net/lwip/tftp.c index