]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit - include/modules/ssl.h
Call OnStreamSocketWrite() once per write event
authorAttila Molnar <attilamolnar@hush.com>
Sat, 6 Jun 2015 12:42:59 +0000 (14:42 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Sat, 6 Jun 2015 12:42:59 +0000 (14:42 +0200)
commitd0556a2a598e207ab468b7ea4543e427205ef903
treead4bd402d060fdaa384f118891e5da13018afdee
parente05c25865090790b4a60c376fcf630bb9466af72
Call OnStreamSocketWrite() once per write event

Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core
include/modules/ssl.h
src/inspsocket.cpp
src/modules/extra/m_ssl_gnutls.cpp
src/modules/extra/m_ssl_openssl.cpp