zephyr/subsys/net
Robert Lubos d20b1aebf9 net: lwm2m: Fix poll fds handling
Currently, functions for poll sock_fds array management are buggy, in
case there is another socket open (for instance the socket for firmware
update download), it could get overwritten, if the LwM2M socket was
closed and re-opened in a meantime (e. g. on registration timeout).

Fix this, by appending new entries to the sock_fds in continuous manner.
In case of removal, the deleted entry is overwritten by the last one,
and the last one is cleared.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-07-21 15:08:14 +02:00
..
ip net: Use section foreach macros 2020-07-20 08:32:46 -07:00
l2 net: Remove special alignment 2020-07-20 08:32:46 -07:00
lib net: lwm2m: Fix poll fds handling 2020-07-21 15:08:14 +02:00
CMakeLists.txt
Kconfig net: Remove CONFIG_LEGACY_TIMEOUT_API dependency 2020-05-01 10:50:03 +03:00
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net
buf.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hostname.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00