pin / tftp

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

use loopback interface in tests #26

Closed pin closed 8 years ago

pin commented 8 years ago

Use loopback interface explicitly in tests instead of listening to all interfaces (and attempt to use that address in client). https://github.com/pin/tftp/pull/23 follow-up.