I updated socket.py a bit: http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/
This version should work with IronPython 1.0 Beta 5. Changes since the last update are: * Error handling: convert SocketException to socket.error * Resolve hostname in connect() * Translate empty string to IPAddress.Any in bind() * Support AF_UNSPEC (and convert 0 to AF_UNSPEC; there are codes passing int directly) Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
