# Parameter definitions for thorn Beacon # $Header$ private: # This thorn sends UDP announcements to various "listening" hosts # in order to announce availablility of HTTP connection (ie. # the code is finally running!) INT server_port "which port to send beacon UDP announcements to" STEERABLE = ALWAYS { 1024: :: "Some positive integer above 1024" } 7777 STRING hostlist "List of hosts to send UDP Announcements to" STEERABLE = ALWAYS { .* :: "comma separated list of hosts targeted for UDP traffic" } "origin.aei.mpg.de" REAL delay "Delay between successive UDP packet sends (will eventually be rate)" STEERABLE = ALWAYS { *:* :: "Delay in seconds (zero disables delay checking entirely)" } 10.0 BOOLEAN multicast "Multicast the announcements (when mcast address is used)" STEERABLE = ALWAYS { 0: :: "Default is 0 (do not attempt multicast join)" } 0 ############################################################################# ### import HTTPD parameters ############################################################################# # shares: httpd