UltraMonkey-L7 V3(multi-thread implementation)
Révision | 4de74a446191145f50be8e83e4bdb3f3b664376c (tree) |
---|---|
l'heure | 2010-11-17 14:58:36 |
Auteur | 0809216 <0809216@1ed6...> |
Commiter | 0809216 |
Fix: SSL bad record mac error.
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10445 1ed66053-1c2d-0410-8867-f7571e6e31d3
@@ -544,6 +544,9 @@ protected: | ||
544 | 544 | //! down thread close all socket |
545 | 545 | virtual void down_thread_all_socket_close(void); |
546 | 546 | |
547 | + virtual bool down_thread_client_send_epoll_wait( | |
548 | + DOWN_THREAD_FUNC_TYPE_TAG&); | |
549 | + | |
547 | 550 | //! millisecond to boost::xtime converter |
548 | 551 | virtual void to_time(int in, boost::xtime &xt); |
549 | 552 | //! using xtime |