mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Slightly reduce max packet size in an attempt to cut packet losses
This commit is contained in:
parent
871b73c48d
commit
dc64bfeba2
@ -170,7 +170,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
||||
.enableAdaptiveResolution((decoderRenderer.getCapabilities() &
|
||||
VideoDecoderRenderer.CAPABILITY_ADAPTIVE_RESOLUTION) != 0)
|
||||
.enableLocalAudioPlayback(prefConfig.playHostAudio)
|
||||
.setMaxPacketSize(remote ? 1024 : 1392)
|
||||
.setMaxPacketSize(remote ? 1024 : 1292)
|
||||
.build();
|
||||
|
||||
// Initialize the connection
|
||||
|
Loading…
x
Reference in New Issue
Block a user