On 2/28/2020 4:24 PM, Xuelei Fan wrote:
SSLSocketInputRecord:
   52     private byte[] inputBuffer = new byte[maxRecordSize];

Would you mind consider an improvement to use less memory?
I think more about it. You previous idea may be better, which uses an additional buffer for caching. Maybe, you can improve it by using the cache only on timeout, and clear it once the connection get to normal.

Thanks,
Xuelei

Reply via email to