Skip to content
  • Hervé Poussineau's avatar
    slirp: Implement TFTP Blocksize option · 95b1ad7a
    Hervé Poussineau authored
    
    
    This option is described in RFC 1783. As this is only an optional field,
    we may ignore it in some situations and handle it in some others.
    
    However, MS Windows 2003 PXE boot client requests a block size of the MTU
    (most of the times 1472 bytes), and doesn't work if the option is not
    acknowledged (with whatever value).
    
    According to the RFC 1783, we cannot acknowledge the option with a bigger
    value than the requested one.
    
    As current implementation is using 512 bytes by block, accept the option
    with a value of 512 if the option was specified, and don't acknowledge it
    if it is not present or less than 512 bytes.
    
    Signed-off-by: default avatarHervé Poussineau <hpoussin@reactos.org>
    Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
    95b1ad7a