ericmckean / libjingle

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

pcp doesn't work well. #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I updated libjingle 6.0.13
I run 2 PCs for test.
One runs pcp as "pcp.exe receiver***@gmail.com" to receive file.
Other runs pcp as "pcp.exe sender***@gmail.com d:/1.txt receiver***@gmail.com 
1.txt" to send file.

But sender program always fails with following.
TunnelSession::OnSessionState(Session::STATE_SENTTERMINATE)
Destroying unconnected PseudoTcpChannel
SEND >>>>>>>>>>>>>>>>>>>>>>>>> : Wed Feb 22 10:26:25 2012
   <iq to="common123456789@gmail.com" type="set" id="6">
     <jingle xmlns="urn:xmpp:jingle:1" action="session-terminate" sid="3704310524">
       <reason>
         <general-error/>
       </reason>
     </jingle>
     <session xmlns="http://www.google.com/session" type="terminate" id="3704310524" initiator="adam1988718@gmail.com/pcp3780599B">
       <general-error/>
     </session>
   </iq>
TunnelSessionClientBase::OnSessionDestroy
cricket::PseudoTcpChannel::OnMessage: (MSG_SI_DESTROY)

What's the problem?
Does pcp works well?
Best Regards.

Original issue reported on code.google.com by adam1988...@gmail.com on 22 Feb 2012 at 2:28

GoogleCodeExporter commented 9 years ago
There are 3 parts in pcp(server, sender, receiver)
Could you tell me how to use pcp? (with sample command...)

Original comment by adam1988...@gmail.com on 22 Feb 2012 at 2:41

GoogleCodeExporter commented 9 years ago
pcp is not working at right now. This is a known issue. Normalize this issue to 
earlier report.

Original comment by jun...@google.com on 22 Feb 2012 at 4:42