$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] "reverse" stream?
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-10-07 15:30:15
On Sat, Oct 7, 2017 at 4:04 AM, Phil Sean via Boost-users
<boost-users_at_[hidden]> wrote:
> Is there a stream (or other implementation) in asio that reverses the next
> layer and the read()/write() layer of another stream?
> For example, a reverse ssl::stream would send/receive data in clear text,
> but read()/write() operations should rather expect encrypted data.
I have not seen such a thing. What is the use-case?
Thanks