Skip to content

Commit 77c348a

Browse files
rluboscfriedt
authored andcommitted
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]>
1 parent 388f7fc commit 77c348a

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
@@ -170,6 +170,13 @@ New APIs and options
170170

171171
* :kconfig:option:`CONFIG_HAWKBIT_REBOOT_NONE`
172172

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

175182
* :c:func:`pm_device_driver_deinit`

0 commit comments

Comments
 (0)