mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
net: tftp: Add help for CONFIG_TFTP_BLOCKSIZE
Add help message for the CONFIG_TFTP_BLOCKSIZE default value,
as explain in tftp.c before migration in commit b618b37076
("net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig")
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
7683b11098
commit
421de7fec8
1 changed files with 4 additions and 0 deletions
|
@ -44,5 +44,9 @@ config TFTP_BLOCKSIZE
|
||||||
default 1468
|
default 1468
|
||||||
help
|
help
|
||||||
Default TFTP block size.
|
Default TFTP block size.
|
||||||
|
The MTU is typically 1500 for ethernet, so a TFTP block of
|
||||||
|
1468 (MTU minus eth.hdrs) provides a good throughput with
|
||||||
|
almost-MTU block sizes.
|
||||||
|
You can also activate CONFIG_IP_DEFRAG to set a larger block.
|
||||||
|
|
||||||
endif # if NET
|
endif # if NET
|
||||||
|
|
Loading…
Add table
Reference in a new issue