Re: More UDP problems
On Thu, 6 Feb 2003, paul shields wrote:
> I cannot get a UDP stream to work with a Solaris 8 server and a Windows NT
> client
I think this may have to do with some problem in the IP version agnostic
code. I have seen it only once on a NetBSD box, I thought it was a BSD
issue but it may be broader than that. To see if this is the problem after
running cfg/configure edit the cfg/config.h and comment out the define for
IPV6. Then compile as normal. This will revert to entirely IPv4 code. I
will look into the problem more for permanent fixes.
> The connect failed comes up as soon as I start the NT client. The NT client
> of course never sees the connect failed and transmits anyway
Yeah Windows is notorious for not listening to ICMP messages generated due
to UDP connection errors.
Kevin