GetTime return lastet contact time
()
| 220 | |
| 221 | //GetTime return lastet contact time |
| 222 | func (this *P2PServer) GetTime() int64 { |
| 223 | return this.network.GetTime() |
| 224 | } |
| 225 | |
| 226 | // SetPID sets p2p actor |
| 227 | func (this *P2PServer) SetPID(pid *evtActor.PID) { |