You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Marko Kiiskila (JIRA)" <ji...@apache.org> on 2017/02/15 02:39:41 UTC

[jira] [Created] (MYNEWT-628) winc1500 wifi does not do automatic port assignment

Marko Kiiskila created MYNEWT-628:
-------------------------------------

             Summary: winc1500 wifi does not do automatic port assignment
                 Key: MYNEWT-628
                 URL: https://issues.apache.org/jira/browse/MYNEWT-628
             Project: Mynewt
          Issue Type: Bug
            Reporter: Marko Kiiskila
            Assignee: Marko Kiiskila


    sin.msin_port = 0;
    memset(&sin.msin_addr, 0, sizeof(sin.msin_addr));

    rc = mn_bind(oc_ucast4, (struct mn_sockaddr *)&sin);

does not work. Embedded IP stack on the chip does not seem to like this. We need to add a workaround for this in winc1500 socket implementation.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)