$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2006-07-13 08:49:44
Hi Viktor,
viktor kougitko <klug_at_[hidden]> wrote:
> it seems that problem with buffer sizes try to change
> asio/ssl/detail/openssl_stream_service.hpp
> openssl_stream_service::create
> ::BIO_new_bio_pair(&int_bio, 3*8192, &impl->ext_bio, 3*8192);
> it helps in my case
Suspicious. Does going the other way and making the buffer
smaller increase the likelihood of a problem?
Cheers,
Chris