|
MTK socket编程~
create等都是成功的~
但是soc_connect失败,而且返回-1.
请问各位大侠这个错误一般是什么原因?
附打印日志:
2004-01-01 00:01:56 : Info : connetToNewsCenter:g_commSocketID = 1
[myappsrc.c : News_socket_Msg_Proc : 1424]
2004-01-01 00:03:16 : Info : News_socket_Msg_Proc:g_commSocketID = 1,event_type:8, result:0
[myappsrc.c : News_socket_Msg_Proc : 1450]
2004-01-01 00:03:16 : Error : soc_connect,soc_notify->error_cause == -1soc_notify->detail_cause == 0
[myappsrc.c : GetNetAccountID : 1744]
2004-01-01 00:03:16 : Info : AccountId = 11
[myappsrc.c : connetToNewsCenter : 1869]
2004-01-01 00:03:16 : Info : connetToNewsCenter:g_commSocketID = 2
[myappsrc.c : News_socket_Msg_Proc : 1424]
2004-01-01 00:04:31 : Info : News_socket_Msg_Proc:g_commSocketID = 2,event_type:8, result:0
[myappsrc.c : News_socket_Msg_Proc : 1450]
2004-01-01 00:04:31 : Error : soc_connect,soc_notify->error_cause == -1soc_notify->detail_cause == 0
[myappsrc.c : GetNetAccountID : 1744]
2004-01-01 00:04:31 : Info : AccountId = 12
[myappsrc.c : connetToNewsCenter : 1869]
2004-01-01 00:04:31 : Info : connetToNewsCenter:g_commSocketID = 3
[myappsrc.c : News_socket_Msg_Proc : 1424]
2004-01-01 00:05:47 : Info : News_socket_Msg_Proc:g_commSocketID = 3,event_type:8, result:0
[myappsrc.c : News_socket_Msg_Proc : 1450]
2004-01-01 00:05:47 : Error : soc_connect,soc_notify->error_cause == -1soc_notify->detail_cause == 0
[myappsrc.c : GetNetAccountID : 1744]
2004-01-01 00:05:47 : Info : AccountId = 13
[myappsrc.c : connetToNewsCenter : 1869]
2004-01-01 00:05:47 : Info : connetToNewsCenter:g_commSocketID = 4
[myappsrc.c : News_socket_Msg_Proc : 1424]
2004-01-01 00:07:03 : Info : News_socket_Msg_Proc:g_commSocketID = 4,event_type:8, result:0
[myappsrc.c : News_socket_Msg_Proc : 1450]
2004-01-01 00:07:03 : Error : soc_connect,soc_notify->error_cause == -1soc_notify->detail_cause == 0
[myappsrc.c : GetNetAccountID : 1744]
2004-01-01 00:07:03 : Info : AccountId = 14
[myappsrc.c : connetToNewsCenter : 1869]
2004-01-01 00:07:03 : Info : connetToNewsCenter:g_commSocketID = 5
[myappsrc.c : News_socket_Msg_Proc : 1424]
2004-01-01 00:08:19 : Info : News_socket_Msg_Proc:g_commSocketID = 5,event_type:8, result:0
[myappsrc.c : News_socket_Msg_Proc : 1450]
2004-01-01 00:08:19 : Error : soc_connect,soc_notify->error_cause == -1soc_notify->detail_cause == 0
[myappsrc.c : GetNetAccountID : 1744]
2004-01-01 00:08:19 : Info : AccountId = 15
[myappsrc.c : connetToNewsCenter : 1869]
2004-01-01 00:08:19 : Info : connetToNewsCenter:g_commSocketID = 6
[myappsrc.c : News_socket_Msg_Proc : 1424]
2004-01-01 00:09:35 : Info : News_socket_Msg_Proc:g_commSocketID = 6,event_type:8, result:0
[myappsrc.c : News_socket_Msg_Proc : 1450]
2004-01-01 00:09:35 : Error : soc_connect,soc_notify->error_cause == -1soc_notify->detail_cause == 0 |
|