At 09:17 AM 10/20/2004, Bob Gorman wrote: ><?php >$res = @socket_create(AF_INET, SOCK_STREAM, getprotobyname('udp')); This should use SOCK_DGRAM. Sorry for any confusion.