wangchen61698 commented on code in PR #10319:
URL: https://github.com/apache/nuttx/pull/10319#discussion_r1301007130


##########
net/inet/ipv4_setsockopt.c:
##########
@@ -208,10 +208,85 @@ int ipv4_setsockopt(FAR struct socket *psock, int option,
         }
         break;
 
-      /* The following IPv4 socket options are defined, but not implemented */
-
       case IP_MULTICAST_IF:           /* Set local device for a multicast
                                        * socket */
+#ifdef NET_UDP_HAVE_STACK
+

Review Comment:
   the code is modified



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to