GetNetWork returns the low level netserver
()
| 130 | |
| 131 | // GetNetWork returns the low level netserver |
| 132 | func (this *P2PServer) GetNetWork() p2pnet.P2P { |
| 133 | return this.network |
| 134 | } |
| 135 | |
| 136 | //GetPort return two network port |
| 137 | func (this *P2PServer) GetPort() uint16 { |
no outgoing calls
no test coverage detected