GetServices return the service state of self peer
()
| 158 | |
| 159 | //GetServices return the service state of self peer |
| 160 | func (this *NetServer) GetServices() uint64 { |
| 161 | return this.base.GetServices() |
| 162 | } |
| 163 | |
| 164 | //GetPort return the sync port |
| 165 | func (this *NetServer) GetPort() uint16 { |