Skip to content
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

Fix for docker containers #146

Merged
merged 2 commits into from
Dec 11, 2020
Merged

Fix for docker containers #146

merged 2 commits into from
Dec 11, 2020

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Dec 11, 2020

We need to separate messageIDs for upd4 and udp6, because if any docker container has isolated network
iotivity-lite gets error EINVAL(22) for sendmsg with UDP6 for some interfaces. If it happens, the device is
not discovered and msgid is cached so all other multicast messages from another interfaces are dropped for deduplication.

We need to separate messageIDs for upd4 and udp6, because if any docker container has isolated network
iotivity-lite gets error EINVAL(22) for sendmsg with UDP6 for some interfaces. If it happens, the device is
not discovered and msgid is cached so all other multicast messages from another interfaces are dropped for deduplication.
@jkralik jkralik requested a review from rafajpet December 11, 2020 09:09
@jkralik jkralik merged commit 09edcf2 into master Dec 11, 2020
@jkralik jkralik deleted the fixForDockerContainers branch December 11, 2020 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants