<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Well, if the setting is win98 instead of win2k, than the output differs
a little. The program tries to connect to a http server and gets the
HEAD of the server / page. That's what's actually doing. Right now it
just fails, i.e. no connection, so there is one (even iexplore connects
happily). <br>
<br>
I think this is a problem of the ?Unimplemented or unknown socket
level? and returns a error. This is what the program checks. So if it
could fetch the HEAD of the server, everything would be fine, if not,
it sounds the alarm.<br>
<br>
I tried contacting the author, but no reply as of now....Maybe we can
just satisfy the program in an other way, i.e. return it a socket? Any
ideas?<br>
<br>
Rein Klazes wrote:
<blockquote cite="midp7tor0puk1ne8eqgjtmeuutjbc30ds05e6@smtp.wanadoo.nl"
 type="cite">
  <pre wrap="">On Sun, 12 Dec 2004 12:42:55 +0200, you wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">It's a little bit...embracing :-)

But the program is "Lanwatch". A nice little app, which makes a lot of 
noise (if configured correctly) when the Internet connection goes down. 
I used it for years, but now we've got rid of the last Windows here....

I have other network monitoring tools, but it's just the acoustical 
waring, for which I used it...I'll just attach it to the mail, OK?

It would be great, if there could be a fix for this....Also I contacted 
the writer of the little app, but didn't got a answer...

I think, that it just tries to open a socket (with correct or wrong 
parameters), and than gets a back a error and reports (wrongly) that the 
Internet connection is down...It might be easy to fix (or hack 
workaround) for it, just if you can lead me to the solution?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
| fixme:winsock:convert_sockopt Unimplemented or unknown socket level
| err:winsock:WS_setsockopt Invalid level (65407) or optname (128)
| fixme:mpr:WNetGetUniversalNameA ("K:\\", 0x00000001, 0x779cf98c, 0x779cfd98): stub
| fixme:winsock:convert_sockopt Unimplemented or unknown socket level
| err:winsock:WS_setsockopt Invalid level (65407) or optname (128)
| fixme:winsock:convert_sockopt Unknown SOL_SOCKET optname 0xff7f
| err:winsock:WS_setsockopt Invalid level (1) or optname (65407)

The same output as Space Empires 4. The unknown optname 65407 or 0xff7f,
is suspiciously looking like the option SO_DONT_LINGER, 0xffffff7f, with
the high bits chopped off. Both these calls fail under Windows (win2K).

It is a good idea to ask the programmer, to see what he is trying to
accomplish here.

Also note that these errors may not be fatal at all if the program is
just ignoring them. Letting the program going through I see a fair bit
of data exchange, so communications seems to work, at least partly.

Rein.
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<div><font face="Arial" size="2">Regards</font></div>
<div><font face="Arial" size="2">&nbsp;</font></div>
<div><font face="Arial" size="2">Signer:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Eddy Nigg<br>
Company: StartCom Linux at </font><a href="http://www.startcom.org/"><font
 face="Arial" size="2">www.startcom.org</font></a><br>
<font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MediaHost&#8482; at </font><a
 href="http://www.mediahost.org/"><font face="Arial" size="2">www.mediahost.org</font></a><br>
<font face="Arial" size="2">Skype:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="callto://startcom/">startcom</a></font></div>
<div><font face="Arial" size="2">&nbsp;</font></div>
</div>
</body>
</html>