-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(#5556): Convert MDNS to WatchableSocket. #7758
Labels
Comments
kpschoedel
added a commit
to kpschoedel/connectedhomeip
that referenced
this issue
Jun 21, 2021
Followups from project-chip#6561 Generalize socket-based event loop #### Change overview * mDNS: Convert `platform/Linux/MdnsImpl`; remove Darwin stubs. * Change `mCallbackData` type to `intptr_t` (review feedback). * Comment for `System::WakeEvent` (this is minimal since it's likely to change soon for issue project-chip#7725). Fixes project-chip#7758 _Convert MDNS to WatchableSocket._ #### Testing Manual sanity check of mDNS using chip-device-ctrl on Linux. Otherwise, no change to functionality is intended.
kpschoedel
added a commit
to kpschoedel/connectedhomeip
that referenced
this issue
Jun 22, 2021
Followups from project-chip#6561 Generalize socket-based event loop #### Change overview * mDNS: Convert `platform/Linux/MdnsImpl`; remove Darwin stubs. * Change `mCallbackData` type to `intptr_t` (review feedback). * Comment for `System::WakeEvent` (this is minimal since it's likely to change soon for issue project-chip#7725). Fixes project-chip#7758 _Convert MDNS to WatchableSocket._ #### Testing Manual sanity check of mDNS using chip-device-ctrl on Linux. Otherwise, no change to functionality is intended.
kpschoedel
added a commit
to kpschoedel/connectedhomeip
that referenced
this issue
Jun 22, 2021
Followups from project-chip#6561 Generalize socket-based event loop #### Change overview * mDNS: Convert `platform/Linux/MdnsImpl`; remove Darwin stubs. * Change `mCallbackData` type to `intptr_t` (review feedback). * Comment for `System::WakeEvent` (this is minimal since it's likely to change soon for issue project-chip#7725). Fixes project-chip#7758 _Convert MDNS to WatchableSocket._ #### Testing Manual sanity check of mDNS using chip-device-ctrl on Linux. Otherwise, no change to functionality is intended.
andy31415
pushed a commit
that referenced
this issue
Jun 23, 2021
* #### Problem Followups from #6561 Generalize socket-based event loop #### Change overview * mDNS: Convert `platform/Linux/MdnsImpl`; remove Darwin stubs. * Change `mCallbackData` type to `intptr_t` (review feedback). * Comment for `System::WakeEvent` (this is minimal since it's likely to change soon for issue #7725). Fixes #7758 _Convert MDNS to WatchableSocket._ #### Testing Manual sanity check of mDNS using chip-device-ctrl on Linux. Otherwise, no change to functionality is intended. * review * review
nikita-s-wrk
pushed a commit
to nikita-s-wrk/connectedhomeip
that referenced
this issue
Sep 23, 2021
…roject-chip#7799) * #### Problem Followups from project-chip#6561 Generalize socket-based event loop #### Change overview * mDNS: Convert `platform/Linux/MdnsImpl`; remove Darwin stubs. * Change `mCallbackData` type to `intptr_t` (review feedback). * Comment for `System::WakeEvent` (this is minimal since it's likely to change soon for issue project-chip#7725). Fixes project-chip#7758 _Convert MDNS to WatchableSocket._ #### Testing Manual sanity check of mDNS using chip-device-ctrl on Linux. Otherwise, no change to functionality is intended. * review * review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
connectedhomeip/src/system/WatchableSocketLibevent.cpp
Lines 28 to 38 in c4468cf
This issue was generated by todo based on a
TODO
comment in c4468cf when #6561 was merged. cc @kpschoedel.The text was updated successfully, but these errors were encountered: