Re: xinetd UDP vs. TCP Output

2011-02-27 Thread Hal Vaughan
Short answer: It's not possible. Long answer: After the research it took me, I'm just too damned lazy to write it up. Just trust me, can't be done. Hal On Feb 24, 2011, at 3:49 AM, Hal Vaughan wrote: > I'm using a small program that's started by xinetd. The incoming signal to > it would

xinetd UDP vs. TCP Output

2011-02-24 Thread Hal Vaughan
I'm using a small program that's started by xinetd. The incoming signal to it would be a broadcast signal, which means it has to be UDP. I wrote two versions of the test program, one in Perl and one as a bash script and both ran into the same problem. They worked fine when I first set them up