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 SDK中的若干问题

Other Parts Discussed in Thread: CC3200

这几天在看SDK中关于CC3200 socket.h中的一些API,关于下面Reuse Address方面没有发现任何地方可以对这个结构体做设置:

typedef struct {     _u32 ReuseaddrEnabled; /* 0 = disabled; 1 = enabled; default = 1*/ }SlSockReuseaddr_t;

 

其他的结构可以设置:SL_SO_KEEPALIVE

/* sockopt */ typedef struct {     _u32 KeepaliveEnabled; /* 0 = disabled;1 = enabled; default = 1*/ }SlSockKeepalive_t;

这个比较奇怪,另外如何将一个socket设置为广播模式呢?so_broadcast参数咋不支持呢?目前有应用需要全局广播一些数据。

 

谢谢了!