From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fano Ramparany To: "Trenton D. Adams" Cc: eCos Disuss Subject: Re: [ECOS] Re: Networking in a ROM build Date: Fri, 24 Aug 2001 08:02:00 -0000 Message-id: <3B866BDA.7369E8C4@rd.francetelecom.fr> References: <000101c12bf8$ae4a8e50$090110ac@TRENT> X-SW-Source: 2001-08/msg00815.html "Trenton D. Adams" wrote: > I noticed you are talking about receive timeout. My problem is a > connect timeout from the windows machine to the embedded system. Is > there something I'm missing that would tell me that the two are related? You are right, our problem is also that the call to connect returns a negative code. I don't know the detail of the implementation of a socket, but my guess is that to connect a socket, some packets with a request for connection are sent throught the ethernet interface, which expect a some reply from the host to be connected to, thus, maybe you could to do the same for a send timeout. (SO_SNDTIMEO) Fano