diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-08-10 17:27:38 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-08-10 17:27:38 +0000 |
| commit | c3ca030e5e9460f3b1dd7f23cc810fad6fb5eac1 (patch) | |
| tree | 0d99aff7c271ec2d0ab64cf938d2c0f2c7f13b0c /cpp/src/qpid/sys/SslPlugin.cpp | |
| parent | a1947442559323f1eb5e8eb4c67983d69ac2c65a (diff) | |
| download | qpid-python-c3ca030e5e9460f3b1dd7f23cc810fad6fb5eac1.tar.gz | |
SSL changes for new buffer management
- Needed to rework SslConnector to mirror
TCPConnector in order to make changes to
the client side, but now Unix SSL and TCP
client implementations are much more alike.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1371775 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/SslPlugin.cpp')
| -rw-r--r-- | cpp/src/qpid/sys/SslPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/SslPlugin.cpp b/cpp/src/qpid/sys/SslPlugin.cpp index c2a3d74cbd..069e97758e 100644 --- a/cpp/src/qpid/sys/SslPlugin.cpp +++ b/cpp/src/qpid/sys/SslPlugin.cpp @@ -191,7 +191,7 @@ void SslEstablished(Poller::shared_ptr poller, const qpid::sys::SslSocket& s, boost::bind(&qpid::sys::ssl::SslHandler::nobuffs, async, _1), boost::bind(&qpid::sys::ssl::SslHandler::idle, async, _1)); - async->init(aio,timer, maxTime, 4); + async->init(aio,timer, maxTime); aio->start(poller); } |
