@@ -521,31 +521,31 @@ Syntax
521
521
522
522
* ``<value> `` is an integer that indicates the send timeout in seconds.
523
523
524
- * ``30 `` - :c:macro: `SO_SILENCE_ALL `.
524
+ * ``1030 `` - :c:macro: `SO_SILENCE_ALL `.
525
525
526
526
* ``<value> `` is an integer that indicates whether ICMP echo replies for IPv4 and IPv6 are disabled.
527
527
It is ``0 `` for allowing ICMP echo replies or ``1 `` for disabling them.
528
528
529
- * ``31 `` - :c:macro: `SO_IP_ECHO_REPLY `.
529
+ * ``1031 `` - :c:macro: `SO_IP_ECHO_REPLY `.
530
530
531
531
* ``<value> `` is an integer that indicates whether ICMP echo replies for IPv4 are enabled.
532
532
It is ``0 `` for disabled or ``1 `` for enabled.
533
533
534
- * ``32 `` - :c:macro: `SO_IPV6_ECHO_REPLY `.
534
+ * ``1032 `` - :c:macro: `SO_IPV6_ECHO_REPLY `.
535
535
536
536
* ``<value> `` is an integer that indicates whether ICMP echo replies for IPv6 are enabled.
537
537
It is ``0 `` for disabled or ``1 `` for enabled.
538
538
539
- * ``40 `` - :c:macro: `SO_BINDTOPDN ` (set-only).
539
+ * ``1040 `` - :c:macro: `SO_BINDTOPDN ` (set-only).
540
540
541
541
* ``<value> `` is an integer that indicates the packet data network ID to bind to.
542
542
543
- * ``55 `` - :c:macro: `SO_TCP_SRV_SESSTIMEO `.
543
+ * ``1055 `` - :c:macro: `SO_TCP_SRV_SESSTIMEO `.
544
544
545
545
* ``<value> `` is an integer that indicates the TCP server session inactivity timeout for a socket.
546
546
It accepts values from the range ``0 `` to ``135 ``, where ``0 `` is no timeout and ``135 `` is 2 hours, 15 minutes.
547
547
548
- * ``61 `` - :c:macro: `SO_RAI ` (set-only).
548
+ * ``1061 `` - :c:macro: `SO_RAI ` (set-only).
549
549
Release Assistance Indication (RAI).
550
550
551
551
* ``<value> `` The option accepts an integer, indicating the type of RAI.
@@ -571,7 +571,7 @@ Syntax
571
571
Indicates that the socket is in active use by a server application.
572
572
This lets the modem stay in connected mode longer.
573
573
574
- * ``62 `` - :c:macro: `SO_IPV6_DELAYED_ADDR_REFRESH `.
574
+ * ``1062 `` - :c:macro: `SO_IPV6_DELAYED_ADDR_REFRESH `.
575
575
576
576
* ``<value> `` is an integer that indicates whether delayed IPv6 address refresh is enabled.
577
577
It is ``0 `` for disabled or ``1 `` for enabled.
@@ -693,7 +693,7 @@ Syntax
693
693
This option is only supported with modem firmware 1.3.5 and newer.
694
694
See :ref: `nrfxlib:dtls_cid_status ` for more details regarding the returned values.
695
695
696
- * ``18 `` - :c:macro: `TLS_DTLS_HANDSHAKE_TIMEO `.
696
+ * ``1018 `` - :c:macro: `TLS_DTLS_HANDSHAKE_TIMEO `.
697
697
698
698
* ``<value> `` is an integer that indicates the DTLS handshake timeout in seconds.
699
699
It can be one of the following values: ``1 ``, ``3 ``, ``7 ``, ``15 ``, ``31 ``, ``63 ``, ``123 ``.
0 commit comments