Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Friday June 4, 1999 @ 0:55
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv4759

Modified Files:
	ChangeLog 
Log Message:
	* ntserv/socket.c (doRead): logs show EINTR is happening on read(),
	which implies that clients are being disconnected for no good reason,
	changed to ignore EINTR and retry.

	* ntserv/socket.c (socketPause): remove superfluous comments.



****************************************

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.7 Vanilla/ChangeLog:1.8
--- Vanilla/ChangeLog:1.7	Thu Jun  3 05:09:45 1999
+++ Vanilla/ChangeLog	Fri Jun  4 00:55:50 1999
@@ -1,5 +1,13 @@
-	$Id: ChangeLog,v 1.7 1999/06/03 10:09:45 cameron Exp $
+	$Id: ChangeLog,v 1.8 1999/06/04 05:55:50 cameron Exp $
 	
+Thu Jun  3 21:21:31 1999  James Cameron  <quozl@us.netrek.org>
+
+	* ntserv/socket.c (doRead): logs show EINTR is happening on read(),
+	which implies that clients are being disconnected for no good reason,
+	changed to ignore EINTR and retry.
+
+	* ntserv/socket.c (socketPause): remove superfluous comments.
+
 Thu Jun  3 20:01:55 1999  James Cameron  <quozl@us.netrek.org>
 
 	* ntserv/socket.c (check_mesgs): change response to messages to GOD