Skip to content

Commit 26724c6

Browse files
anhmoltbjarki-andreasen
authored andcommitted
[nrf noup] include: net: add delayed addr refresh socket option
nrf-squash! [nrf noup] include: net: add NCS extensions Add SO_IPV6_DELAYED_ADDR_REFRESH socket option. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent 1091ad4 commit 26724c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/zephyr/net/socket_ncs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ extern "C" {
133133
/** sockopt: enable IPv6 ICMP replies */
134134
#define SO_IPV6_ECHO_REPLY 32
135135

136+
/** sockopt: Delay IPv6 address refresh during power saving mode */
137+
#define SO_IPV6_DELAYED_ADDR_REFRESH 62
138+
136139
/* NCS specific TCP level socket options */
137140

138141
/** sockopt: Configurable TCP server session timeout in minutes.

0 commit comments

Comments
 (0)