3 messages in com.googlegroups.google-talk-openRe: libjingle pcp Sample Fails When C...
FromSent OnAttachments
Vina...@hotmail.com16 Oct 2006 17:50 
Vina...@hotmail.com16 Oct 2006 18:14 
Vina...@hotmail.com17 Oct 2006 12:11 
Subject:Re: libjingle pcp Sample Fails When Client/Server are Behind Different NATs
From:Vina...@hotmail.com (Vina@hotmail.com)
Date:10/17/2006 12:11:07 PM
List:com.googlegroups.google-talk-open

I solved a problem by switching the order of the following two statements in p2psocket.cc so the i is not out-of-range for the vector. LOG(INFO) << "Pruning candidate from old generation: " << remote_candidates_[i].address().ToString(); remote_candidates_.erase(remote_candidates_.begin() + i);

I am still unable to send <1KB text file. It seems to fail when the state is SSLTCP. I would appreciate any help.

Regards, Vinay Agarwal

Log (some parts in the beginning are removed since they are unchanged)

----------------------------------------------------------------------------------------------------------- [002:344] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:34 2006 [002:344] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [002:344] [f18] TunnelSession::OnSessionState(Session::STATE_RECEIVEDACCEPT) [002:344] [f18] TunnelSession::OnSessionState(Session::STATE_INPROGRESS) [002:344] [f18] Phase=UDP Step=0 [002:391] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:34 2006 [002:391] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [002:391] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [002:391] [f18] <candidate name="tcp" address="192.168.1.88" port="3298" username="OLHo4gMOnuXPBMyd" password="7xL9YkaYszEPmo/Q" preference="1" protocol="udp" type="local" network="0" generation="0"/> [002:391] [f18] </session> [002:391] [f18] </iq> [002:391] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:34 2006 [002:391] [f18] [002:391] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [002:406] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [002:406] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [002:406] [f18] <candidate name="tcp" address="192.168.2.6" port="8491" username="OHVuGJRyQlMT5Ebf" password="mMdNCEM+75RCugde" preference="1" protocol="udp" type="local" network="0" generation="0"/> [002:406] [f18] </session> [002:406] [f18] </iq> [002:406] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:34 2006 [002:406] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [002:750] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:34 2006 [002:750] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [003:406] [f18] Phase=RELAY Step=1 [004:406] [f18] Phase=TCP Step=2 [004:422] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:36 2006 [004:422] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [004:422] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [004:422] [f18] <candidate name="tcp" address="192.168.1.88" port="3317" username="gJvJKHDoXit0Y2wy" password="KZUZbXMjqfVkP7hb" preference="0.8" protocol="tcp" type="local" network="0" generation="0"/> [004:422] [f18] </session> [004:422] [f18] </iq> [004:719] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:36 2006 [004:719] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [004:719] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [004:734] [f18] <candidate name="tcp" address="192.168.2.6" port="8493" username="azYL8Ad+iSfSaLGf" password="rtiGE4/yzT6eXtUX" preference="0.8" protocol="tcp" type="local" network="0" generation="0"/> [004:734] [f18] </session> [004:734] [f18] </iq> [004:734] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:36 2006 [004:734] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [004:734] [f18] Connecting to 192.168.2.6:8493 [004:750] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:36 2006 [004:766] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [005:406] [f18] Phase=SSLTCP Step=3 [017:563] [f18] Destroying connection: from 192.168.1.88:3298 to 192.168.2.6:8491 [017:563] [f18] Removed connection from p2p socket: 1 remaining [019:859] [f18] Destroying connection: from 192.168.1.88:3317 to 192.168.2.6:8493 [019:859] [f18] Removed connection from p2p socket: 0 remaining [020:109] [f18] Phase=UDP Step=0 [020:141] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:51 2006 [020:141] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [020:141] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [020:141] [f18] <candidate name="tcp" address="192.168.1.88" port="3396" username="xcoJKI9D0GM8ZrnN" password="86VyAX4Wu/twz30S" preference="1" protocol="udp" type="local" network="0" generation="1"/> [020:141] [f18] </session> [020:141] [f18] </iq> [020:250] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:52 2006 [020:250] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [020:250] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [020:250] [f18] <candidate name="tcp" address="192.168.2.6" port="8498" username="dQUiVU9FYKfUMPx6" password="9NDcRiQY+/SK6NaV" preference="1" protocol="udp" type="local" network="0" generation="1"/> [020:250] [f18] </session> [020:266] [f18] </iq> [020:266] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:52 2006 [020:266] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [020:266] [f18] Pruning candidate from old generation: 192.168.2.6:8491 [020:266] [f18] Pruning candidate from old generation: 192.168.2.6:8493 [020:453] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:52 2006 [020:453] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [021:156] [f18] Phase=RELAY Step=1 [022:156] [f18] Phase=TCP Step=2 [022:203] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:54 2006 [022:203] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [022:203] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [022:203] [f18] <candidate name="tcp" address="192.168.1.88" port="3398" username="bxs0fFQra5EcfkVy" password="9qlZBzPR7cKBFsQO" preference="0.8" protocol="tcp" type="local" network="0" generation="1"/> [022:203] [f18] </session> [022:203] [f18] </iq> [022:250] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:54 2006 [022:250] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [022:266] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [022:281] [f18] <candidate name="tcp" address="192.168.2.6" port="8500" username="bITskkeuxEqIqA/x" password="+dd0VxT8GINOLHuX" preference="0.8" protocol="tcp" type="local" network="0" generation="1"/> [022:281] [f18] </session> [022:281] [f18] </iq> [022:281] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:54 2006 [022:281] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [022:297] [f18] Connecting to 192.168.2.6:8500 [022:313] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:54 2006 [022:313] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [022:313] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [022:313] [f18] <candidate name="tcp" address="192.168.2.6" port="8501" username="D4Mo/mcosRF2n1bn" password="/xaVxg6qXHDbcvjy" preference="1" protocol="udp" type="local" network="0" generation="2"/> [022:313] [f18] </session> [022:313] [f18] </iq> [022:313] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:54 2006 [022:313] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [022:313] [f18] Pruning candidate from old generation: 192.168.2.6:8498 [022:313] [f18] Pruning candidate from old generation: 192.168.2.6:8500 [022:375] [f18] Phase=UDP Step=0 [022:391] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:54 2006 [022:391] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [022:406] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [022:406] [f18] <candidate name="tcp" address="192.168.1.88" port="3400" username="7q230wUPct9ya9xv" password="RGGXj2LNztsdw2VP" preference="1" protocol="udp" type="local" network="0" generation="2"/> [022:406] [f18] </session> [022:406] [f18] </iq> [022:563] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:54 2006 [022:563] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [022:797] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:54 2006 [022:797] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [023:188] [f18] Phase=SSLTCP Step=3 [023:391] [f18] Phase=RELAY Step=1 [024:328] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:56 2006 [024:328] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [024:328] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [024:328] [f18] <candidate name="tcp" address="192.168.2.6" port="8502" username="2+bXYo1GWLvugtIh" password="JiWtBueXDqikPp6e" preference="0.8" protocol="tcp" type="local" network="0" generation="2"/> [024:328] [f18] </session> [024:328] [f18] </iq> [024:328] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:56 2006 [024:328] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [024:391] [f18] Phase=TCP Step=2 [024:391] [f18] Connecting to 192.168.2.6:8502 [024:391] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:02:56 2006 [024:391] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [024:391] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [024:391] [f18] <candidate name="tcp" address="192.168.1.88" port="3418" username="ButLPccXi+dYMyrx" password="5C1j1cEkuCdx6Dpk" preference="0.8" protocol="tcp" type="local" network="0" generation="2"/> [024:391] [f18] </session> [024:391] [f18] </iq> [024:719] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:02:56 2006 [024:750] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [025:391] [f18] Phase=SSLTCP Step=3 [025:766] [f18] Warning(physicalsocketserver.cc:1067): PhysicalSocketServer got FD_CONNECT_BIT error 10060 [032:406] [f18] Destroying port: tcp-local [032:406] [f18] Removed port from allocator: 1 remaining [032:406] [f18] Removed port from p2p socket: 2 remaining [034:500] [f18] Destroying port: tcp-local [034:500] [f18] Removed port from allocator: 0 remaining [034:500] [f18] Removed port from p2p socket: 2 remaining [035:359] [f18] Destroying connection: from 192.168.1.88:3396 to 192.168.2.6:8491 [035:391] [f18] Removed connection from p2p socket: 5 remaining [035:609] [f18] Destroying connection: from 192.168.1.88:3396 to 192.168.2.6:8498 [035:609] [f18] Removed connection from p2p socket: 4 remaining [037:625] [f18] Destroying connection: from 192.168.1.88:3396 to 192.168.2.6:8501 [037:625] [f18] Removed connection from p2p socket: 3 remaining [037:797] [f18] Destroying connection: from 192.168.1.88:3400 to 192.168.2.6:8501 [037:797] [f18] Removed connection from p2p socket: 2 remaining [037:906] [f18] Destroying connection: from 192.168.1.88:3398 to 192.168.2.6:8500 [037:906] [f18] Removed connection from p2p socket: 1 remaining [039:438] [f18] Destroying connection: from 192.168.1.88:3418 to 192.168.2.6:8502 [039:438] [f18] Removed connection from p2p socket: 0 remaining [039:594] [f18] Phase=UDP Step=0 [039:609] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:11 2006 [039:609] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [039:609] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [039:609] [f18] <candidate name="tcp" address="192.168.1.88" port="3501" username="QuhRW8ZMDcHNYWru" password="V/TL3tNU/u+g16SE" preference="1" protocol="udp" type="local" network="0" generation="3"/> [039:609] [f18] </session> [039:609] [f18] </iq> [040:125] [f18] Phase=UDP Step=0 [040:125] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:11 2006 [040:125] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [040:125] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [040:125] [f18] <candidate name="tcp" address="192.168.1.88" port="3503" username="lum1SOPkLT58CtiR" password="K9/aSCc/sTEzUUgE" preference="1" protocol="udp" type="local" network="0" generation="4"/> [040:141] [f18] </session> [040:141] [f18] </iq> [040:484] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:12 2006 [040:484] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [040:484] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [040:484] [f18] <candidate name="tcp" address="192.168.2.6" port="8510" username="Pq2nMlyyqNxOIWql" password="8Q9nEMHP/CzoevTP" preference="1" protocol="udp" type="local" network="0" generation="3"/> [040:484] [f18] </session> [040:500] [f18] </iq> [040:500] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:12 2006 [040:500] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [040:500] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [040:500] [f18] <candidate name="tcp" address="192.168.2.6" port="8512" username="VCv6W5c5/IR8S63W" password="na/AdU4hWYhNk/8L" preference="1" protocol="udp" type="local" network="0" generation="4"/> [040:500] [f18] </session> [040:500] [f18] </iq> [040:516] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:12 2006 [040:531] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [040:563] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:12 2006 [040:563] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [040:563] [f18] Pruning candidate from old generation: 192.168.2.6:8501 [040:563] [f18] Pruning candidate from old generation: 192.168.2.6:8502 [040:578] [f18] Pruning candidate from old generation: 192.168.2.6:8510 [040:609] [f18] Phase=RELAY Step=1 [040:641] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:12 2006 [040:641] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [040:734] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:12 2006 [040:750] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [041:125] [f18] Phase=RELAY Step=1 [041:641] [f18] Phase=TCP Step=2 [041:641] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:13 2006 [041:656] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [041:656] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [041:656] [f18] <candidate name="tcp" address="192.168.1.88" port="3519" username="A/M5hNQeiAYj6C1o" password="bLLM5Y7DGY/pAoVV" preference="0.8" protocol="tcp" type="local" network="0" generation="3"/> [041:656] [f18] </session> [041:656] [f18] </iq> [041:984] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:13 2006 [041:984] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [042:125] [f18] Phase=TCP Step=2 [042:141] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:13 2006 [042:141] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [042:141] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [042:156] [f18] <candidate name="tcp" address="192.168.1.88" port="3520" username="aCR9f4jskxeNPQo+" password="NWKyfZZ9WyXra3UW" preference="0.8" protocol="tcp" type="local" network="0" generation="4"/> [042:156] [f18] </session> [042:156] [f18] </iq> [042:203] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:14 2006 [042:203] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [042:219] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [042:219] [f18] <candidate name="tcp" address="192.168.2.6" port="8513" username="z6R7g1ZzHTGTraW4" password="GvqF72krM50oNOvO" preference="0.8" protocol="tcp" type="local" network="0" generation="3"/> [042:219] [f18] </session> [042:219] [f18] </iq> [042:219] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:14 2006 [042:219] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [042:219] [f18] Connecting to 192.168.2.6:8513 [042:219] [f18] Connecting to 192.168.2.6:8513 [042:250] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:14 2006 [042:250] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [042:250] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [042:250] [f18] <candidate name="tcp" address="192.168.2.6" port="8515" username="4kseV6gf++WxoeWQ" password="xW+vOQa8FP1mcNuc" preference="0.8" protocol="tcp" type="local" network="0" generation="4"/> [042:250] [f18] </session> [042:250] [f18] </iq> [042:266] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:14 2006 [042:266] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [042:266] [f18] Connecting to 192.168.2.6:8515 [042:266] [f18] Connecting to 192.168.2.6:8515 [042:266] [f18] Pruning candidate from old generation: 192.168.2.6:8513 [042:344] [f18] Phase=UDP Step=0 [042:359] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:14 2006 [042:359] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [042:359] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [042:359] [f18] <candidate name="tcp" address="192.168.1.88" port="3525" username="7kaVEGA+y+XDHUSZ" password="xRpnMv+YpPBuOqRZ" preference="1" protocol="udp" type="local" network="0" generation="5"/> [042:359] [f18] </session> [042:359] [f18] </iq> [042:375] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:14 2006 [042:375] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [042:391] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [042:391] [f18] <candidate name="tcp" address="192.168.2.6" port="8517" username="kmP8pxgyPq02/mej" password="5238FO1ttm/UphA/" preference="1" protocol="udp" type="local" network="0" generation="5"/> [042:391] [f18] </session> [042:391] [f18] </iq> [042:391] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:14 2006 [042:391] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [042:391] [f18] Pruning candidate from old generation: 192.168.2.6:8512 [042:391] [f18] Pruning candidate from old generation: 192.168.2.6:8515 [042:516] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:14 2006 [042:516] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [042:641] [f18] Phase=SSLTCP Step=3 [042:656] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:14 2006 [042:656] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [043:141] [f18] Phase=SSLTCP Step=3 [043:266] [f18] Warning(physicalsocketserver.cc:1067): PhysicalSocketServer got FD_CONNECT_BIT error 10060 [043:344] [f18] Phase=RELAY Step=1 [044:328] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:16 2006 [044:328] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [044:328] [f18] <session type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"> [044:328] [f18] <candidate name="tcp" address="192.168.2.6" port="8518" username="k5c75dLeA6czle0f" password="J2dP4wg6ccWmwY7t" preference="0.8" protocol="tcp" type="local" network="0" generation="5"/> [044:328] [f18] </session> [044:328] [f18] </iq> [044:328] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:16 2006 [044:328] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [044:344] [f18] Phase=TCP Step=2 [044:359] [f18] Connecting to 192.168.2.6:8518 [044:359] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:16 2006 [044:359] [f18] <iq to="vina@gmail.com/pcp30620F01" type="set"> [044:359] [f18] <session xmlns="http://www.google.com/session" type="candidates" id="3812721223" initiator="vina@gmail.com/pcp54A23075"> [044:359] [f18] <candidate name="tcp" address="192.168.1.88" port="3542" username="9Twr3KfiEMeXQlaS" password="T+lsUUchsoGlN5A8" preference="0.8" protocol="tcp" type="local" network="0" generation="5"/> [044:359] [f18] </session> [044:359] [f18] </iq> [044:750] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:16 2006 [044:750] [f18] <iq type="result" to="vina@gmail.com/pcp54A23075" id="" from="vina@gmail.com/pcp30620F01"/> [045:359] [f18] Phase=SSLTCP Step=3 [045:375] [f18] Warning(physicalsocketserver.cc:1067): PhysicalSocketServer got FD_CONNECT_BIT error 10060 [050:141] [f18] Destroying port: tcp-local [050:156] [f18] Removed port from allocator: 1 remaining [050:156] [f18] Removed port from p2p socket: 2 remaining [052:172] [f18] Destroying port: tcp-local [052:172] [f18] Removed port from allocator: 0 remaining [052:172] [f18] Removed port from p2p socket: 2 remaining [052:281] [f18] RECV <<<<<<<<<<<<<<<<<<<<<<<<< : Tue Oct 17 12:03:24 2006 [052:281] [f18] <iq to="vina@gmail.com/pcp54A23075" type="set" from="vina@gmail.com/pcp30620F01"> [052:281] [f18] <session type="terminate" id="3812721223" initiator="vina@gmail.com/pcp54A23075" xmlns="http://www.google.com/session"/> [052:297] [f18] </iq> [052:297] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:24 2006 [052:297] [f18] <iq type="result" to="vina@gmail.com/pcp30620F01" id=""/> [052:297] [f18] TunnelSession::OnSessionState(Session::STATE_RECEIVEDTERMINATE) [052:313] [f18] TunnelSessionClient::OnSessionDestroy [053:000] [f18] TunnelSession::OnMessage(MSG_TERMINATE) [053:000] [f18] SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Tue Oct 17 12:03:24 2006 [053:000] [f18] </stream:stream> The program '[400] pcp.exe: Native' has exited with code 0 (0x0).