masayuki2009 commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442658039

   @no1wudi 
   As for esp32-devkitc, I found out how to reproduce the issue.
   Please try wapi_smp without CONFIG_NET_TCP_WRITE_BUFFERS=y.
   You would see the same symptom as spresense:wifi_smp
   In this case (i.e. esp32-devkitc:wapi_smp without 
CONFIG_NET_TCP_WRITE_BUFFERS=y), reverting this PR would not cause the issue.
   
   ```
   --- a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
   +++ b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig
   @@ -67,7 +67,6 @@ CONFIG_NET_ICMP=y
    CONFIG_NET_ICMP_SOCKET=y
    CONFIG_NET_STATISTICS=y
    CONFIG_NET_TCP=y
   -CONFIG_NET_TCP_WRITE_BUFFERS=y
    CONFIG_NET_UDP=y
    CONFIG_NFS=y
    CONFIG_NSH_ARCHINIT=y
   ```
   


-- 
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

Reply via email to