commit | 287481ef0ae019d51907eda0a7cda123cb8cd75c | [log] [tgz] |
---|---|---|
author | Wouter Cappelle <wouter.cappelle@crodeon.com> | Fri Oct 15 09:28:44 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Oct 20 07:30:46 2021 -0400 |
tree | 12c1e549a7eae944e2f76f068e7b23d370803036 | |
parent | 71334fcd6b21c29905900eba8253907690c81722 [diff] |
modem: Rework the modem_sockets poll behavior The current modem sockets poll implementation has 2 limitations as of today: - not following posix spec wrt timeout of -1 (should be forever, but as today it's was returning immediately) - not able to poll from multiple threads on different sockets on the same modem. This pull request should implement these limitations. Signed-off-by: Wouter Cappelle <wouter.cappelle@crodeon.com>