]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
SendQ bugfixes
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 27 Sep 2009 00:22:29 +0000 (00:22 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 27 Sep 2009 00:22:29 +0000 (00:22 +0000)
commit934d9a6a184b7a8600fcda30e012ba6f29f17b64
tree44edb8dc4551777fcbdb73ef1a28e9b9d44bd9a6
parent7c1352df0c8bb2624d4f2cc8320467578c39a6ad
SendQ bugfixes

Fix DoWrite running on errored sockets
Add testnet module for sendq and shutdown testing
Prevent DoWrite from trying to write when writes are blocking

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11768 e03df62e-2008-0410-955e-edbf42e46eb7
conf/modules.conf.example
src/inspsocket.cpp
src/modules/m_testnet.cpp [new file with mode: 0644]
src/users.cpp