> run SSL over UDP, with a layer that provides reliable delivery.
> Of course that's duplicating the functionality of TCP, but
> people reinvent the wheel all the time...

But there are times when it is quite appropriate to build a guaranteed
delivery protocol on top of UDP.  RPC systems are a good example.  In
particular, if you have a heavily-loaded server and can avoid IP
fragmentation, UDP is the way to go. 
        /r$
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to