1 2 3 4 5 6 7 8 9
package dhtsearch import "net" // Annouced peer type peer struct { address net.UDPAddr id string }