--- googlecode.com/svn/trunk/Meteor/Config.pm 2008/02/04 19:24:25 46 +++ googlecode.com/svn/trunk/Meteor/Config.pm 2008/02/04 22:30:35 49 @@ -112,12 +112,18 @@ 'The syslog facility to use', SyslogFacility => 'daemon', + +'IP address for udp server (leave empty for all local addresses)', + UDPIP => '', + +'Port number for udp connections, set to 0 to disable', + UDPPort => 0, + ); our %ConfigFileData=(); our %CommandLine=(); our %Defaults=(); - our %ExtraKeys=(); our %Modes=(); for(my $i=0;$i