pin / tftp

TFTP server and client library for Golang
MIT License
289 stars 74 forks source link

Close connection #54

Closed vlcty closed 4 years ago

vlcty commented 4 years ago

Thanks for the library! I've probably a stupid question. How can I close a client connection to a server? The expected close function is not exported.

pin commented 4 years ago

Since TFTP works over UDP, there is no connection being opened unless I'm missing something. Please feel free to re-open if I do!