Skip to content

Commit

Permalink
[nrf noup] include: net: add delayed addr refresh socket option
Browse files Browse the repository at this point in the history
nrf-squash! [nrf noup] include: net: add NCS extensions

Add SO_IPV6_DELAYED_ADDR_REFRESH socket option.

Signed-off-by: Andreas Moltumyr <[email protected]>
  • Loading branch information
anhmolt authored and rlubos committed Oct 1, 2024
1 parent dadfdf9 commit 5d10d27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/zephyr/net/socket_ncs.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ extern "C" {
/** sockopt: enable IPv6 ICMP replies */
#define SO_IPV6_ECHO_REPLY 32

/** sockopt: Delay IPv6 address refresh during power saving mode */
#define SO_IPV6_DELAYED_ADDR_REFRESH 62

/* NCS specific TCP level socket options */

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

0 comments on commit 5d10d27

Please sign in to comment.