pin / tftp

TFTP server and client library for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SetBlockSize not work

QQ2017 opened this issue · comments

commented

On windows,SetBlockSize is not work,when i set BlockSize=1024,It is observed through wireshark packet capture that the size of the packet returned by the TFTP server to the client is still fixed at 512, and the size of the data transmission payload is also 512.

image
image
image