Skip to content

Commit d8f7b31

Browse files
Update nrf_modem/doc/sockets/socket_options_func.rst
Co-authored-by: Divya S Pillai <[email protected]>
1 parent c9ade4a commit d8f7b31

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

nrf_modem/doc/sockets/socket_options_func.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,9 @@ The following table summarizes which send/recv flags are supported by each socke
145145
or the connection is closed.
146146
147147
.. [#waitack-note]
148-
Only supported for :ref:`nrf_send` and :ref:`nrf_sendto`. The operation blocks until data is
149-
acknowledged by the peer (:c:macro:`NRF_SOCK_STREAM`) or sent on-air by the modem
150-
(:c:macro:`NRF_SOCK_DGRAM`). The behavior is affected by the :c:macro:`NRF_SO_SNDTIMEO`
151-
socket option. This flag cannot be used together with the :c:macro:`NRF_SO_SENDCB`
152-
socket option.
148+
Only supported for c:func:`nrf_send` and c:func:`nrf_sendto`.
149+
The operation blocks until data is acknowledged by the peer (:c:macro:`NRF_SOCK_STREAM`) or sent on-air by the modem (:c:macro:`NRF_SOCK_DGRAM`).
150+
The behavior is affected by the :c:macro:`NRF_SO_SNDTIMEO` socket option.
151+
You cannot use this flag cannot together with the :c:macro:`NRF_SO_SENDCB` socket option.
153152
154153
The flags are further described in the API documentation, notably in the :ref:`nrf_socket_send_recv_flags_api` section.

0 commit comments

Comments
 (0)