xiaoxiang781216 commented on a change in pull request #4069: URL: https://github.com/apache/incubator-nuttx/pull/4069#discussion_r664252652
########## File path: net/Kconfig ########## @@ -117,6 +117,12 @@ config NET_GUARDSIZE packet size will be chopped down to the size indicated in the TCP header. +config NET_RECV_BUFSIZE + int "Net Receive buffer size" + default 65535 Review comment: should we change to zero? so the default setting is same as before(don't limit the receive buffer size). -- 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