[
https://issues.apache.org/jira/browse/DIRMINA-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Valliere resolved DIRMINA-878.
---------------------------------------
Resolution: Abandoned
> We can reduce the number of buffers we use to store wrapped data
> ----------------------------------------------------------------
>
> Key: DIRMINA-878
> URL: https://issues.apache.org/jira/browse/DIRMINA-878
> Project: MINA
> Issue Type: Improvement
> Components: Core
> Affects Versions: 3.0.0-DEAD
> Reporter: Emmanuel Lecharny
> Priority: Major
> Fix For: 3.0.0-DEAD
>
>
> Currently, when we process the Handshake, we send as many buffer as we have
> NEED_WRAP events. If two NEED_WRAP events are consecutive, we could certainly
> use the same buffer, as each buffer is 16Ko big. That would save 2 byteBuffer
> allocation plus 32 Ko per handshake.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)