2009-08-28 20:30:20 +02:00
|
|
|
Index: xorg-server-1.6.3.901/hw/vnc/sockets.c
|
2010-03-20 03:42:15 +01:00
|
|
|
================================================================================
|
|
|
|
--- xorg-server-1.7.99/hw/vnc/sockets.c
|
|
|
|
+++ xorg-server-1.7.99/hw/vnc/sockets.c
|
|
|
|
@@ -448,7 +448,7 @@
|
2008-10-26 01:47:09 +02:00
|
|
|
int n;
|
|
|
|
fd_set fds;
|
|
|
|
struct timeval tv;
|
|
|
|
-#if 0
|
|
|
|
+#if 1
|
|
|
|
int totalTimeWaited = 0;
|
|
|
|
#endif
|
|
|
|
|
2010-03-20 03:42:15 +01:00
|
|
|
@@ -470,7 +470,7 @@
|
2008-10-26 01:47:09 +02:00
|
|
|
return n;
|
|
|
|
}
|
|
|
|
|
|
|
|
-#if 0
|
|
|
|
+#if 1
|
|
|
|
/* Retry every 5 seconds until we exceed rfbMaxClientWait. We
|
|
|
|
need to do this because select doesn't necessarily return
|
|
|
|
immediately when the other end has gone away */
|
2010-03-20 03:42:15 +01:00
|
|
|
@@ -488,7 +488,7 @@
|
2008-10-26 01:47:09 +02:00
|
|
|
tv.tv_usec = 0;
|
|
|
|
#endif
|
|
|
|
n = select(sock+1, NULL, &fds, NULL, &tv);
|
|
|
|
-#if 0
|
|
|
|
+#if 1
|
|
|
|
if (n < 0) {
|
|
|
|
rfbLogPerror("WriteExact: select");
|
|
|
|
return n;
|