You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/05/30 23:51:18 UTC

[GitHub] mkiiskila commented on issue #288: MYNEWT-742 Initialize OIC automatically.

mkiiskila commented on issue #288: MYNEWT-742 Initialize OIC automatically.
URL: https://github.com/apache/incubator-mynewt-core/pull/288#issuecomment-305041180
 
 
   I would hold off from this change for now.
   
   The reason is that this would break the existing platforms where OIC runs over IP. When OIC initializes, it joins multicast groups on all existing interfaces. If interfaces come up later, they will not be enabled.
   What we should have before this commit is merged is a way for net/oic to notice that interface state has changed (or periodically poll for new interfaces). At the moment we don't have this facility.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services