cloudtrends / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Boghe+IPSec #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Build Boghe from source code
2.Enable IPSec from Options tab
3.Try to Register / Sign In

What is the expected output? What do you see instead?
2013-02-28 15:58:34,946 ERROR [9] BogheCore.Services.Impl.SipService:1072 - 
***ERROR: function: "tnet_get_peerip_n_port()" 
file: 
"c:\users\myth\desktop\msc\doubango\branches\2.0\doubango\tinynet\src\tnet_utils
.c" 
line: "1099" 
MSG: TNET_GET_SOCKADDR: has failed with status code: -1 / GetLastError: 10057

2013-02-28 15:58:35,000 ERROR [9] BogheCore.Services.Impl.SipService:1072 - 
***ERROR: function: "tipsec_create_localSA()" 
file: 
"c:\users\myth\desktop\msc\doubango\branches\2.0\doubango\tinyipsec\src\tipsec_v
ista.c" 
line: "419" 
MSG: FwpmFilterAdd0 (inbound) failed with error code [5]

What version of the product are you using? On what operating system?
Windows 7
Boghe trunk, Doubango branch 2.0

Please provide any additional information below.
According the GetLastError 10057 (Socket is not connected) it seems that some 
operations are called on non-connected socket? Function tnet_socket_create_2 
just bind the socket but not connect?

Original issue reported on code.google.com by martin.s...@gmail.com on 1 Mar 2013 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 3 Apr 2014 at 11:41