Skip to content

Commit ffd82b7

Browse files
jukkarfabiobaltieri
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 718eb4f commit ffd82b7

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
@@ -108,6 +108,8 @@ struct net_if_addr {
108108
struct {
109109
/** Address conflict detection (ACD) timer. */
110110
sys_snode_t acd_node;
111+
112+
/** ACD timeout value. */
111113
k_timepoint_t acd_timeout;
112114

113115
/** ACD probe/announcement counter. */

0 commit comments

Comments
 (0)