Added faux latency for peeroverview

This commit is contained in:
Maran
2014-06-03 10:42:55 +02:00
parent fb6ff61730
commit 2010fea088
4 changed files with 20 additions and 5 deletions

View File

@ -22,6 +22,7 @@ type Peer interface {
Host() []byte
Port() uint16
Version() string
PingTime() string
Connected() *int32
}