-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to set a higher maximum block size for TFTP (#93)
## Description This PR adds the ability to set a higher maximum block size for TFTP transfers. ## Why is this needed We are troubleshooting some misbehaving NICs that might benefit from support for larger block sizes. They appear to request 1468 which makes sense on a link with MTU of 1500. ## How Has This Been Tested? Tested with atftp ## How are existing users impacted? What migration steps/scripts do we need? The default of 512 is preserved and made explicit in this codebase.
- Loading branch information
Showing
3 changed files
with
36 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters