Convert address fields to strings to better manage DNS names
This commit is contained in:
@@ -7,7 +7,7 @@ import javax.crypto.SecretKey;
|
||||
import com.limelight.nvstream.av.video.VideoDecoderRenderer;
|
||||
|
||||
public class ConnectionContext {
|
||||
public InetAddress serverAddress;
|
||||
public String serverAddress;
|
||||
public StreamConfiguration streamConfig;
|
||||
public NvConnectionListener connListener;
|
||||
public SecretKey riKey;
|
||||
|
||||
Reference in New Issue
Block a user