pin / tftp

TFTP server and client library for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Close connection

vlcty opened this issue · comments

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.

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!