maskit commented on PR #9482:
URL: https://github.com/apache/trafficserver/pull/9482#issuecomment-1613597924

   >> I suggest using this alternate approach. It only requires each 
NetVConnection object to have an additional pointer, rather than an array of 
pointers:
   
   > IIUC this requires the use of inheritance, where the existing approach 
allows the option of composition. I agree that is would be nice to store fewer 
pointers though.
   
   Composition is an interesting idea. It can reduce the size of 
Unix/SSL/QUICNetVConnection. For example, if TLS early data is disabled by 
setting, we don't need to have TLSEarlyData and related variables in the first 
place.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to