acassis commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1463945814
########## net/arp/arp.h: ########## @@ -523,6 +553,58 @@ void arp_dump(FAR struct arp_hdr_s *arp); # define arp_dump(arp) #endif +#ifdef CONFIG_NET_ARP_ACD + +/**************************************************************************** + * Name: arp_acd_update + * + * Description: + * interface of ARP Address Conflict Detection nomitor Review Comment: ```suggestion * interface of ARP Address Conflict Detection monitor -- 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