Skip to content

Commit c58e47c

Browse files
committed
[nrf fromtree] doc: release-notes-4.3: Mention the backlog support for listen()
Add a note that the backlog parameter of the listen() function is now respected and the backlog support has been implemented for the TCP server. Signed-off-by: Robert Lubos <[email protected]> (cherry picked from commit 77c348a)
1 parent 32b88e0 commit c58e47c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ New APIs and options
171171

172172
* :kconfig:option:`CONFIG_HAWKBIT_REBOOT_NONE`
173173

174+
* Networking
175+
176+
* Sockets
177+
178+
* :c:func:`zsock_listen` now implements the ``backlog`` parameter support. The TCP server
179+
socket will limit the number of pending incoming connections to that value.
180+
174181
* Power management
175182

176183
* :c:func:`pm_device_driver_deinit`

0 commit comments

Comments
 (0)