Re: [Perl-unix-users] UDP broadcasts

2001-08-02 Thread Chuck . Hirstius
>[EMAIL PROTECTED] wrote: >> >> This may be a stupid question, or possibly one not even dealing with perl. >> But can anyone point me to a way to make a UDP broadcast server? >> >> I mean a true broadcast, or a "one to many" transmission. Is there a >> special flag to pass to IO::Socket to make

Re: [Perl-unix-users] UDP broadcasts

2001-08-01 Thread Grant Hopwood
-start- > [EMAIL PROTECTED] >at08/01/2001 04:15 PM >This may be a stupid question, or possibly one not even dealing with perl. >But can anyone point me to a way to make a UDP broadcast server? >I mean a true broadcast, or a "one to many" transmission. Is there a >special flag to pass to

Re: [Perl-unix-users] UDP broadcasts

2001-08-01 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > > This may be a stupid question, or possibly one not even dealing with perl. > But can anyone point me to a way to make a UDP broadcast server? > > I mean a true broadcast, or a "one to many" transmission. Is there a > special flag to pass to IO::Socket to make packet

[Perl-unix-users] UDP broadcasts

2001-08-01 Thread Chuck . Hirstius
This may be a stupid question, or possibly one not even dealing with perl. But can anyone point me to a way to make a UDP broadcast server? I mean a true broadcast, or a "one to many" transmission. Is there a special flag to pass to IO::Socket to make packets replicate across the network? I've