SetHeight sets the local's height
(height uint64)
| 142 | |
| 143 | // SetHeight sets the local's height |
| 144 | func (this *NetServer) SetHeight(height uint64) { |
| 145 | this.base.SetHeight(height) |
| 146 | } |
| 147 | |
| 148 | // GetHeight return peer's heigh |
| 149 | func (this *NetServer) GetHeight() uint64 { |