Boost logo

Boost :

From: viktor kougitko (klug_at_[hidden])
Date: 2006-07-13 10:18:23


----- Original Message -----
From: "Christopher Kohlhoff" <chris_at_[hidden]>
Newsgroups: gmane.comp.lib.boost.devel
Sent: Thursday, July 13, 2006 3:49 PM
Subject: Re: [asio] has anybody enabled SSL in a large project?

> 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?

not sure about true reason
but sending small packet works fine
if data packet send via ssl stream become bigger everything crash eventually
sounds like scenario

my enviroments
win xp sp2 vc80 openssl 0.9.8a
and FC5 gcc 4.1.0 and openssl 0.9.8a

this fix things for me but for sure additional toughts from people with more
ssl knowledge needed

> Cheers,
> Chris
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk