pin / tftp

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

Ctx-based cancellation in Shutdown(), better single port handler cleanup #73

Closed pin closed 2 years ago

pin commented 2 years ago

This is a part of #59 originally developed by @VictorLowther

Original description from #59:

NB: This is only a part of original #59, another commit on top of this one is required to get rid of the race conditions.