File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments