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

CVS update: Vanilla



Date:	Tuesday February 29, 2000 @ 20:49
Author:	unbelver

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv4903

Modified Files:
	ChangeLog 
Log Message:

Two things to commit.

First: Re-write the metaservers file parser to be a little smarter and
actually work. fscanf() sucks.  Some error checking still has to be
done.

Second: Solicit now binds to the interface listed in the
"this.host.name" field for outgoing solicit packets.  It will fall
back to the default interface if "this.host.name" is invalid, or
doesn't belong to the machine its running on.

--Carlos V.




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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.69 Vanilla/ChangeLog:1.70
--- Vanilla/ChangeLog:1.69	Mon Feb 28 20:51:05 2000
+++ Vanilla/ChangeLog	Tue Feb 29 20:49:39 2000
@@ -1,3 +1,11 @@
+Tue Feb 29 18:42:51 2000  Carlos Y. Villalpando  <unbelver@us.netrek.org>
+
+	* ntserv/solicit.c (udp_attach): added support to bind to a
+	specific interface for the outgoing metaserver solicit packet.
+
+	* ntserv/solicit.c (solicit): re-wrote the .metaservers file
+	parser to actually work
+
 Mon Feb 28 21:40:48 2000  Karthik Arumugham  <karthik@arumugham.com>
 
 	* newstartd/newstartd.c: Added capability for binding to a single IP
@@ -852,4 +860,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.69 2000/02/29 02:51:05 karthik Exp $
+	$Id: ChangeLog,v 1.70 2000/03/01 02:49:39 unbelver Exp $