Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading