anchao commented on PR #6923: URL: https://github.com/apache/incubator-nuttx/pull/6923#issuecomment-1227333175
@PetervdPerk-NXP https://github.com/apache/incubator-nuttx/pull/6740 Could you please review this PR? since the using pvconn from devif callback will have some risk if netdev shutdown, In this PR, I brought back the "clscb" into tcp_conn_s, and compared the RAM consumption of tcp: ``` ./tools/configure.sh spresense/rndis Without this PR: $ size nuttx text data bss dec hex filename 324784 640 45348 370772 5a854 nuttx With this PR: $ size nuttx text data bss dec hex filename 324752 640 45380 370772 5a854 nuttx ``` I do not know if this result is acceptable? -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org