slorquet opened a new pull request, #6288: URL: https://github.com/apache/incubator-nuttx/pull/6288
## Summary The TCP stack cannot be built if CONFIG_NET_TCP_WRITE_BUFFERS is not enabled. ## Impact Allows the build of the tcp stack without defining CONFIG_NET_TCP_WRITE_BUFFERS. ## Testing Build any NuttX with networking enabled and CONFIG_NET_TCP_WRITE_BUFFERS disabled: it fails without this fix. -- 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