Date: Mon, 6 Jan 1997 18:05:45 -0800 (PST) From: Samuel Vincent To: Dan Hedlund cc: djgpp AT delorie DOT com Subject: Re: WinSock in Dos with WIn95 In-Reply-To: <32D1995A.9A8@rangenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 6 Jan 1997, Dan Hedlund wrote: > Alexander V. Lukyanov wrote: > > > > > I don't know, I have to get connect and accept to work first. Do you > > > know where I can find any information on wsock.vxd? > > > > I know little about winsock, but I programmed for unix sockets. > > Can the problem with connect / accept be caused by reversed byte > > order in port number? It is needed to use htons(port) as > > the part of sockaddr. For this reason my own program worked > > on Sparc (most significant byte first) bye did not on ix86. > > I found the problem!!! I was using a stream socket instead of a > datagram socket. It just sucessfully connected to my http server. > > Thanks for all the help, Dan > > -- > > ***** *** ** ** Dan M. Hedlund > ** ** ***** *** ** > ** ** ** ** **** ** http://www.rangenet.com/markiv > ** ** ** ** ** ** ** > ** ** ******* ** **** > ** ** ** ** ** *** > ** ** ** ** ** ** > ***** ** ** ** ** > Wow! Now we can make a libwsock.a! Would you like to do the honors, or could you share your code possibly? ;) -Sam