tinkerbell / smee

DHCP and iPXE Server
https://tinkerbell.org
Apache License 2.0
272 stars 80 forks source link

Add flag to set TFTP block size. #368

Closed 0megam closed 1 year ago

0megam commented 1 year ago

Sometimes increase of TFTP block size helps to speed up TFTP transfer. It will be grate to have such flag in SMEE. If understand correctly it's already supported by a library that SMEE is using: https://github.com/tinkerbell/ipxedust/blob/main/cmd.go#L117C2-L117C2 Thanks.

0megam commented 1 year ago

Thank you for quick response. Works great.