mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 23:16:14 +00:00
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