Todo: remove it if no use
()
| 215 | |
| 216 | // Todo: remove it if no use |
| 217 | func (this *P2PServer) GetConnectionState() uint32 { |
| 218 | return common.INIT |
| 219 | } |
| 220 | |
| 221 | //GetTime return lastet contact time |
| 222 | func (this *P2PServer) GetTime() int64 { |
no outgoing calls
no test coverage detected