mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Fix resync request packet to hopefully keep working longer
This commit is contained in:
parent
cc30752eb7
commit
96e5513cdb
@ -239,7 +239,7 @@ public class ControlStream implements ConnectionStatusListener {
|
||||
ByteBuffer conf = ByteBuffer.wrap(new byte[PPAYLEN_RESYNC]).order(ByteOrder.LITTLE_ENDIAN);
|
||||
|
||||
conf.putLong(0);
|
||||
conf.putLong(0xFFFF);
|
||||
conf.putLong(0xFFFFF);
|
||||
|
||||
sendAndGetReply(new NvCtlPacket(PTYPE_RESYNC, PPAYLEN_RESYNC, conf.array()));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user