aboutsummaryrefslogtreecommitdiff
path: root/peer.go
blob: 4fc2b95ae7b6199396424785402bf62feaf7d05a (plain)
1
2
3
4
5
6
7
8
9
package dhtsearch

import "net"

// Annouced peer
type peer struct {
	address net.UDPAddr
	id      string
}