Rebuild for Raspbian Wheezy

This commit is contained in:
Iwan Timmer
2016-04-03 15:22:25 +02:00
parent c6dcccb226
commit c28ad38b28
4 changed files with 46 additions and 14 deletions

14
debian/patches/enet.patch vendored Normal file
View 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,