[ut2003io] Does ut2k3 Linux use Winsock ???

Ryan C. Gordon ryan at epicgames.com
Tue Apr 15 19:01:47 EDT 2003


> Weird....... maybe that's the reason why htppredirection in Linux won't work...

It's a generic message.

"WinSock" is basically the BSD sockets API with a few differences, so 
99% of the networking code is identical between Linux, Mac and Windows.

Redirect doesn't work because connect() returns an "error" we don't 
handle (EINPROGRESS). This is fixed in the next patch.

--ryan.





More information about the ut2003 mailing list