]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
* Sockets will now always be nonblocking on win32 version of InspIRCd. There were...
authorburlex <burlex@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 23 Jul 2007 00:37:03 +0000 (00:37 +0000)
committerburlex <burlex@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 23 Jul 2007 00:37:03 +0000 (00:37 +0000)
commit480e1e9e1ff6c39a154f3efc6e83b0ffc94a6c8d
tree3df6571bceabfe0d5b24e8a8aaafe7f1af3882d0
parent3e5634346e5a0fa18d727079e88432e9a7aa0ec0
* Sockets will now always be nonblocking on win32 version of InspIRCd. There were some cases (mainly in TreeSockets) where a socket would not get restored to nonblocking mode after a connect() call, resulting in the server getting stuck on a blocking send() call causing freezeups.
* configure will now compile under VC7 again.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7500 e03df62e-2008-0410-955e-edbf42e46eb7
src/inspsocket.cpp
src/socketengine_iocp.cpp
win/configure.cpp
win/m_spanningtreeVC71.vcproj