fjpanag commented on code in PR #7525: URL: https://github.com/apache/nuttx/pull/7525#discussion_r1045692156
########## net/tcp/tcp.h: ########## @@ -104,6 +104,7 @@ /* The TCP options flags */ #define TCP_WSCALE 0x01U /* Window Scale option enabled */ +#define TCP_PREALLOC 0x02U /* TCP connection is preallocated */ Review Comment: Fixed. Used alternative approach instead. -- 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