[
https://issues.apache.org/jira/browse/TS-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14511195#comment-14511195
]
Susan Hinrichs commented on TS-3547:
------------------------------------
Agreed that switching to BIO's entirely would make sense. It gives us control
of our own buffering if nothing else.
We currently use mem BIO's during the server side of the handshake, so we can
decide after the CLIENT HELLO to forward on for a blind tunnel. But after the
handshake is done we flip back to a socket BIO. We still use the standard
SSL_accept even when using the mem bio.
> SSLNetVConnection: switch to a vectored write
> ---------------------------------------------
>
> Key: TS-3547
> URL: https://issues.apache.org/jira/browse/TS-3547
> Project: Traffic Server
> Issue Type: Bug
> Components: Network, SSL
> Reporter: Thomas Jackson
> Assignee: Brian Geffon
> Fix For: 6.0.0
>
>
> UnixNetVConnection does a vectored write which bunches blocks together until
> the outgoing buffer will fill up. This means we can better fill the packets,
> and should give us a bit of a performance boost to SSL writes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)