InitListen start listening on the config port
()
| 127 | |
| 128 | //InitListen start listening on the config port |
| 129 | func (this *NetServer) Start() { |
| 130 | this.startListening() |
| 131 | } |
| 132 | |
| 133 | //GetVersion return self peer`s version |
| 134 | func (this *NetServer) GetVersion() uint32 { |