tftp icon indicating copy to clipboard operation
tftp copied to clipboard

TFTP server and client library for Golang

Results 8 tftp issues
Sort by recently updated
recently updated
newest added

In my application I use a blksize of 65432 to transfer big ISO images by tftp (speed 60MB/s). With the new blksize logic the speed now drops to 10MB/s. Is...

it is passed when the server and the client are all on the same machine. but other situation,such as between the real machine and the virtual machine, it can't work,...

Hi @pin Currently there is no close method available for client. It would be good to have close method on client, for some abrupt manual closing of sending/receiving.

Both reader and writer should close file handles. Cheers!

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...

Hi, Just making an issue to inform you that I have packaged tftp for Fedora and requested it be reviewed for approval, and someone has done that. (Ref: [Bugzilla#2189641](https://bugzilla.redhat.com/show_bug.cgi?id=2189641)) If...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies