Skip to content

Commit 13cd978

Browse files
eivindj-nordicjfischer-no
authored andcommitted
nrf_modem: release 2.6.1
For a detailed list of changes, see the CHANGELOG file. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 453e4b3 commit 13cd978

File tree

9 files changed

+12
-0
lines changed

9 files changed

+12
-0
lines changed

nrf_modem/doc/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Changelog
99

1010
All notable changes to this project are documented in this file.
1111

12+
nrf_modem 2.6.1
13+
***************
14+
15+
Sockets
16+
=======
17+
18+
* Fixed a bug where the :c:func:`nrf_recv` and :c:func:`nrf_recvfrom` functions erroneously returned ``-1`` and set ``errno`` to ``NRF_EAGAIN`` instead of returning ``0`` when these three conditions were met:
19+
20+
* The :c:func:`nrf_recv` and :c:func:`nrf_recvfrom` functions were called with the :c:macro:`NRF_MSG_DONTWAIT` flag or when the socket is non-blocking (``NRF_O_NONBLOCK`` is set on the socket).
21+
* The socket was closed by the server.
22+
* There was no more data to read (End Of File (EOF)).
23+
1224
nrf_modem 2.6.0
1325
***************
1426

36 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)