|
楼主 |
发表于 2014-10-30 18:23:51
|
显示全部楼层
6276 的板子。 带3G网和 wifi的。
有网络的资料么,大哥,
弄个网络通过wifi发个TCP包 都发不出去。
connect 之后 返回了SOC_WOULDBLOCK
result = soc_send(g_tcp_socket_id,send_buffer,5,0);
kal_prompt_trace(MOD_WAP," Send result :%d",result);
if(result > 0 )
{
return;
}
else
{
if(result == SOC_WOULDBLOCK)
{
SetProtocolEventHandler(Tcp_Notify, MSG_ID_APP_SOC_NOTIFY_IND);
return;
}
else
{
if(result == SOC_ERROR)
{
Tcp_Close();
return;
}
else
{
Tcp_Close();
return;
}
}
}
用电脑开了个 TCP的server,显示6276的板子连接上了。
怎么SetProtocolEventHandler 绑定的 Tcp_Notify 一直不调用呢,,,,,,
求资料啊 ,求大量资料啊[em39] |
|