$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] ASIO with SSL over UDP...
From: Casimiro, Daniel C CIV NUWC NWPT (daniel.casimiro_at_[hidden])
Date: 2010-03-15 14:50:52
> On 15 March 2010 13:54, Rick Meier <rick.meier_at_[hidden]> wrote:
> > Is it possible to use the ASIO::SSL classes on a UDP
> connection? It appears that the SSL context will only work over TCP.
> >
>
> Regardless of ASIO, is it even possible to use SSL over UDP?
> Given the negotiation required to establish the SSL
> connection, I wouldn't expect it to be feasible over
> unreliable, unordered UDP...
SSL requires TCP.