[
https://issues.apache.org/jira/browse/TS-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14510104#comment-14510104
]
Brian Geffon commented on TS-3547:
----------------------------------
After further investigation and reading:
https://www.openssl.org/docs/crypto/BIO_s_connect.html#EXAMPLE , it appears we
shouldn't be mixing BIOs and SSL_write / SSL_reads, I'm thinking about putting
a patch together that uses BIOs only. [~shinrich] , any thoughts on this?
> SSLNetVConnection: switch to a vectored write
> ---------------------------------------------
>
> Key: TS-3547
> URL: https://issues.apache.org/jira/browse/TS-3547
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Thomas Jackson
>
> 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)