Report transfer stats

This commit is contained in:
Jakob Borg
2013-12-23 12:12:44 -05:00
parent cd2040a7d2
commit 746d52930d
4 changed files with 81 additions and 23 deletions

View File

@@ -229,7 +229,6 @@ func (d *Discoverer) externalLookup(node string) (string, bool) {
log.Printf("discover/external: %v; no external lookup", err)
return "", false
}
log.Println("query", extIP)
go func() {
var buf = make([]byte, 1024)