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

CVS update: Vanilla



Date:	Tuesday May 11, 1999 @ 18:23
Author:	ahn

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

Modified Files:
	ChangeLog config.h.in 
Log Message:
Changes by Dave Ahn.  See ChangeLog for details.


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.3 Vanilla/ChangeLog:1.4
--- Vanilla/ChangeLog:1.3	Wed May  5 18:54:22 1999
+++ Vanilla/ChangeLog	Tue May 11 18:23:33 1999
@@ -1,4 +1,14 @@
-	$Id: ChangeLog,v 1.3 1999/05/05 23:54:22 ahn Exp $
+	$Id: ChangeLog,v 1.4 1999/05/11 23:23:33 ahn Exp $
+	
+Tue May 11 19:08:39 1999	Dave Ahn <ahn@vec.wfubmc.edu>
+	
+	* FEATURE (UDP_PORTSWAP): Erik Rungi <rungus@openface.ca>
+ 	submitted a patch to ntserv/socket.c which allows clients with
+ 	USE_PORTSWAP code to initiate the UDP connection rather than
+ 	having the server do it.  This change should allow those clients
+ 	to establish UDP connections through some packet filtering
+ 	firewalls.  Enabled by default.
+	
 	
 Wed May  5 19:50:07 1999	Dave Ahn <ahn@vec.wfubmc.edu>
 	
Index: Vanilla/config.h.in
diff -u Vanilla/config.h.in:1.13 Vanilla/config.h.in:1.14
--- Vanilla/config.h.in:1.13	Fri Apr 30 15:18:34 1999
+++ Vanilla/config.h.in	Tue May 11 18:23:33 1999
@@ -409,6 +409,13 @@
 #undef ROLLING_STATS_SLOTS
 #undef ROLLING_STATS_MASK
 
+				/* UDP_PORTSWAP - Allow the client to
+				initiate the UDP connection first if it so
+				chooses.  This allows UDP connections through
+				some packet filtering firewalls.
+				*/
+#define UDP_PORTSWAP
+
 #endif		/* SERVER */