commit | cc90aa646199bdd63287196ba3d7e7429dc7cc57 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Fri Sep 27 08:51:43 2024 +0300 |
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | Tue Aug 12 16:04:18 2025 +0000 |
tree | 0c32c6c6871cea82f37e90a17d43b845c3ff532d | |
parent | 3ed6adc57f0ad43717f4290272b59ce2fa4e98c9 [diff] |
tests/samples: net: Fix the max number of file descriptors Make sure that CONFIG_ZVFS_OPEN_MAX in the tests and samples is at least the same value as CONFIG_NET_SOCKETS_POLL_MAX so that we cannot have more polled sockets than there are available file descriptors. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no> (cherry picked from commit 759f3a0c7c641e9af9d0aac3397abf687443d1a0)