示例#1
0
 public KcpService(NetworkService service, int port) : base(port)
 {
     mService = service;
     mPort    = port;
 }
示例#2
0
 public TcpService(NetworkService service, int port) : base(IPAddress.Any, port)
 {
     mService = service;
     mPort    = port;
 }