This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
skyfffire
/
blockchain-go
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
master
Branche
Tagy
master
blockchain-go
/
p2p
/
peer_drop.go
peer_drop.go
110 B
Permanentný odkaz
História
Raw
1
2
3
4
5
6
7
package p2p
type peerDrop struct {
*Peer
err error
requested bool // true if signaled by the peer
}