commit | 1dfa711167bc792867abc9b2504e32df5a330bc3 | [log] [tgz] |
---|---|---|
author | Seppo Takalo <seppo.takalo@nordicsemi.no> | Thu Jul 27 13:13:56 2023 +0300 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Aug 01 12:07:12 2023 +0200 |
tree | 1266d01c0eaafc2e8f4cbbbb2aed753650ac5ff4 | |
parent | 73944c615775a67a793afd5ded926339e19d22d8 [diff] |
net: lwm2m: Create socketpair that can wake up zsock_poll() Allow socket-loop to wake up immediately, if there are changes, instead of waiting for zsock_poll() to timeout. This change makes engine more reactive and removes hard coded timeout from zsock_poll(). Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>