don't remove/add back the socket to the list of inputs monitored by the event loop...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Dec 2008 21:56:05 +0000 (21:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Dec 2008 21:56:05 +0000 (21:56 +0000)
commit7d66cdccd0e78240fda99c122954b4381fa5a6b0
tree862c85387d278832c354c2cbb0b3c9ba77077e23
parentcf21e2fc0bcb1c2f4c4aba2131e7a1756e2ba123
don't remove/add back the socket to the list of inputs monitored by the event loop all the time but just leave it there until the socket is destroyed; this should be beneficial from performance point of view (although hard to measure) and also makes the code simpler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/unix/private/sockunix.h
src/unix/sockunix.cpp