You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/05 03:07:59 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6780: iob_s add io_private filed, user can use it to keep context

xiaoxiang781216 commented on PR #6780:
URL: https://github.com/apache/incubator-nuttx/pull/6780#issuecomment-1205993756

   > > How do you think if we add a KCONFIG option to turn it on or off? like following:
   > 
   > Although this is a improvement, if you bring in your TCP/IP reassemble changes in then you probably select this setting by default. Which on a system that uses for instance TCP/IP, UDP/IP and SocketCAN, then the UDP/IP and SocketCAN stack still get the memory increase by allocating the iob_private and not using it.
   > 
   
   UDP still need reassemble feature which is at IP level, but I am not sure where SocketCAN need IP reassemble. But the new option could address the major concern about the size expansion.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org