SetVersion sets a peer's version
(version uint32)
| 60 | |
| 61 | // SetVersion sets a peer's version |
| 62 | func (this *PeerCom) SetVersion(version uint32) { |
| 63 | this.version = version |
| 64 | } |
| 65 | |
| 66 | // GetVersion returns a peer's version |
| 67 | func (this *PeerCom) GetVersion() uint32 { |
no outgoing calls