-
Change Request
-
Resolution: Fixed
-
High
-
7.0.0alpha1
-
None
-
Sprint 97 (Feb 2023), Sprint 98 (Mar 2023), Sprint 99 (Apr 2023), Sprint 100 (May 2023)
-
5
We need redesign timeout mechanism for all our zbx_socket_*() functions
Expectation:
- do not use alarm() - as not thread compatible mechanism of 'timeout'
- try to make single implementation for the whole platform (via select() or SO_RCVTIMEO/SO_SNDTIMEO)
- platforms:
- Linux
- windows 2003
- Solaris 10 (EOL 2024)
- AIX
- xBSD
- causes
-
ZBXNEXT-2732 Network Discovery: Load balancing of the discovery process
- Closed