@@ -521,31 +521,31 @@ Syntax
521521
522522 * ``<value> `` is an integer that indicates the send timeout in seconds.
523523
524- * ``30 `` - :c:macro: `SO_SILENCE_ALL `.
524+ * ``1030 `` - :c:macro: `SO_SILENCE_ALL `.
525525
526526 * ``<value> `` is an integer that indicates whether ICMP echo replies for IPv4 and IPv6 are disabled.
527527 It is ``0 `` for allowing ICMP echo replies or ``1 `` for disabling them.
528528
529- * ``31 `` - :c:macro: `SO_IP_ECHO_REPLY `.
529+ * ``1031 `` - :c:macro: `SO_IP_ECHO_REPLY `.
530530
531531 * ``<value> `` is an integer that indicates whether ICMP echo replies for IPv4 are enabled.
532532 It is ``0 `` for disabled or ``1 `` for enabled.
533533
534- * ``32 `` - :c:macro: `SO_IPV6_ECHO_REPLY `.
534+ * ``1032 `` - :c:macro: `SO_IPV6_ECHO_REPLY `.
535535
536536 * ``<value> `` is an integer that indicates whether ICMP echo replies for IPv6 are enabled.
537537 It is ``0 `` for disabled or ``1 `` for enabled.
538538
539- * ``40 `` - :c:macro: `SO_BINDTOPDN ` (set-only).
539+ * ``1040 `` - :c:macro: `SO_BINDTOPDN ` (set-only).
540540
541541 * ``<value> `` is an integer that indicates the packet data network ID to bind to.
542542
543- * ``55 `` - :c:macro: `SO_TCP_SRV_SESSTIMEO `.
543+ * ``1055 `` - :c:macro: `SO_TCP_SRV_SESSTIMEO `.
544544
545545 * ``<value> `` is an integer that indicates the TCP server session inactivity timeout for a socket.
546546 It accepts values from the range ``0 `` to ``135 ``, where ``0 `` is no timeout and ``135 `` is 2 hours, 15 minutes.
547547
548- * ``61 `` - :c:macro: `SO_RAI ` (set-only).
548+ * ``1061 `` - :c:macro: `SO_RAI ` (set-only).
549549 Release Assistance Indication (RAI).
550550
551551 * ``<value> `` The option accepts an integer, indicating the type of RAI.
@@ -571,7 +571,7 @@ Syntax
571571 Indicates that the socket is in active use by a server application.
572572 This lets the modem stay in connected mode longer.
573573
574- * ``62 `` - :c:macro: `SO_IPV6_DELAYED_ADDR_REFRESH `.
574+ * ``1062 `` - :c:macro: `SO_IPV6_DELAYED_ADDR_REFRESH `.
575575
576576 * ``<value> `` is an integer that indicates whether delayed IPv6 address refresh is enabled.
577577 It is ``0 `` for disabled or ``1 `` for enabled.
@@ -693,7 +693,7 @@ Syntax
693693 This option is only supported with modem firmware 1.3.5 and newer.
694694 See :ref: `nrfxlib:dtls_cid_status ` for more details regarding the returned values.
695695
696- * ``18 `` - :c:macro: `TLS_DTLS_HANDSHAKE_TIMEO `.
696+ * ``1018 `` - :c:macro: `TLS_DTLS_HANDSHAKE_TIMEO `.
697697
698698 * ``<value> `` is an integer that indicates the DTLS handshake timeout in seconds.
699699 It can be one of the following values: ``1 ``, ``3 ``, ``7 ``, ``15 ``, ``31 ``, ``63 ``, ``123 ``.
0 commit comments