Plumb HTTPS port into the Game activity to avoid having to look it up again
This commit is contained in:
@@ -8,6 +8,7 @@ import javax.crypto.SecretKey;
|
||||
|
||||
public class ConnectionContext {
|
||||
public ComputerDetails.AddressTuple serverAddress;
|
||||
public int httpsPort;
|
||||
public X509Certificate serverCert;
|
||||
public StreamConfiguration streamConfig;
|
||||
public NvConnectionListener connListener;
|
||||
|
||||
Reference in New Issue
Block a user