Skip to content

Commit 6ce77c2

Browse files
jukkarnashif
authored andcommitted
net: if: Documentation missing for IPv4 ACD timeout variable
Add documentation for ACD timeout variable as it was missing. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 60e6641 commit 6ce77c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/zephyr/net/net_if.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ struct net_if_addr {
104104
struct {
105105
/** Address conflict detection (ACD) timer. */
106106
sys_snode_t acd_node;
107+
108+
/** ACD timeout value. */
107109
k_timepoint_t acd_timeout;
108110

109111
/** ACD probe/announcement counter. */

0 commit comments

Comments
 (0)