ping: Check only PING_RESPONSE_IP4 and PING_RESPONSE_IP6 events 46/40246/10
authorNikita Skrynnik <[email protected]>
Wed, 24 Jan 2024 01:09:47 +0000 (12:09 +1100)
committerAndrew Yourtchenko <[email protected]>
Tue, 25 Feb 2025 16:57:59 +0000 (16:57 +0000)
commit3979037173d4054bdff3be236cd33514c809ff85
tree9f8d643fe0c04500ce12bd35e9da89e3499f5998
parent94f61d294f4083bf78a0e1dad763fa5990e0ed6d
ping: Check only PING_RESPONSE_IP4 and PING_RESPONSE_IP6 events

Check only PING_RESPONSE_IP4 and PING_RESPONSE_IP6
in ping binary API so it doesn't block other binary API
requests while working. (current version of ping binary API
can read other events like SOCKET_READ_EVENT, for example).

Type: fix
Change-Id: Ie7c5c92322af28633680c9c0d60fed739d4e65a0
Signed-off-by: Nikita Skrynnik <[email protected]>
src/plugins/ping/ping_api.c