示例#1
0
 public void IniciarServer()
 {
     s = new UDPSocket();
     qr.Generate_QR();
     s.init(Port, trackerInfo, 60000, 15);
 }