lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV lynx386 problem "alert: socket failed"


From: Wayne Buttles
Subject: Re: LYNX-DEV lynx386 problem "alert: socket failed"
Date: Tue, 18 Nov 1997 22:20:15 -0500 (EST)

> Start lynx386 and follow 21 links from the net (not to a local file). 
> Now follow the 22th link. You should get the message "alert: socket
> failed" 

Great work!  I never realized there was a pattern.

Here is the fix:

in DJGPP\TCPLIB\TCPSYS\socket.c (around line 230'ish) change 

if (Socket[s]->type == SOCK_DGRAM)
  to
if ((Socket[s]->type == SOCK_DGRAM) || (Socket[s]->type == SOCK_STREAM))

This is a djgpp tcplib fix ... where do we keep it?!
I don't have any binaries yet.  Mine is now full of printf debugging ;-)

Wayne

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]