<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Spread tries to bind a socket to a broadcast 
address to receive broadcast packets within a segment. It is needed for UNIX 
systems, but it is not allowed on Windows systems, WinSock error 10049 
(WSAEADDRNOTAVAIL) is occured during startup. The error occured both in 3.17.3 
release and in 4.0.0 release candidate 2.</FONT></DIV>
<DIV><FONT face=Arial size=2>I think it is possible to just enclose appropriate 
code in Net_init routine to #ifndef ARCH_PC_WIN95/#endif. Hope the problem will 
be solved in 4.0.0 release.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Michelnok.</FONT></DIV></BODY></HTML>