Commit db43c1e111f1fb7a6c5912154dce4a46034eed7a

Nick Mathewson 2007-09-20T19:36:03

On win32, sockets apparently can't be used with ReadFile and WriteFile: You need send() and recv() instead. Also, you need to use ioctlsocket() with sockets, not ioctl. [Fixes evbuffer regression tests.] svn:r448