This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200 udp组播模式如何实现?

Other Parts Discussed in Thread: CC3200

在Linux 下有对应的接口 但是发现CC3200下面没有相关接口

setsockopt(fd, IPPROTO_IP, IP_ADD_MEMBERSHIP, &mreq,sizeof(mreq));

setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &b_reuse, sizeof(int));

有没有对应的函数,或者能否提供相关代码。