public KcpService(NetworkService service, int port) : base(port) { mService = service; mPort = port; }
public TcpService(NetworkService service, int port) : base(IPAddress.Any, port) { mService = service; mPort = port; }