acassis commented on code in PR #8129: URL: https://github.com/apache/nuttx/pull/8129#discussion_r1071347684
########## net/socket/Kconfig: ########## @@ -43,7 +43,6 @@ config NET_SOLINGER bool "SO_LINGER socket option" default n depends on NET_TCP_WRITE_BUFFERS || NET_UDP_WRITE_BUFFERS - select NET_TCP_NOTIFIER if NET_TCP select NET_UDP_NOTIFIER if NET_UDP Review Comment: Why didn't NET_TCP_NOTIFIER need to be selected? Could same be applied to NET_UDP_NOTIFIER later? -- 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