mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-23 08:36:42 +00:00
Rebuild for Raspbian Wheezy
This commit is contained in:
14
debian/patches/enet.patch
vendored
Normal file
14
debian/patches/enet.patch
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
Index: moonlight-embedded-debian/third_party/moonlight-common-c/src/ControlStream.c
|
||||
===================================================================
|
||||
--- moonlight-embedded-debian.orig/third_party/moonlight-common-c/src/ControlStream.c
|
||||
+++ moonlight-embedded-debian/third_party/moonlight-common-c/src/ControlStream.c
|
||||
@@ -654,9 +654,6 @@ int startControlStream(void) {
|
||||
|
||||
// Ensure the connect verify ACK is sent immediately
|
||||
enet_host_flush(client);
|
||||
-
|
||||
- // Set the max peer timeout to 10 seconds
|
||||
- enet_peer_timeout(peer, ENET_PEER_TIMEOUT_LIMIT, ENET_PEER_TIMEOUT_MINIMUM, 10000);
|
||||
}
|
||||
else {
|
||||
ctlSock = connectTcpSocket(&RemoteAddr, RemoteAddrLen,
|
||||
Reference in New Issue
Block a user