There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Solved: p2p connection failing


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
klam's Avatar
Senior Member with 181 posts.
 
Join Date: Apr 2006
Experience: Advanced
29-Sep-2007, 11:42 AM #1
Solved: p2p connection failing
Ok so back to the p2p connection.

the p2p connection logic goes like this:

Code:
p2p main{
server connection setup
fork_1() child: 
    for(;;) accept connections 
    fork_2() child: do p2p connection when a connection is received from a peer
        parent: keep listening for new connections
parent: do client/server connection (is kept open all the time)
}
could someone tell me where the logic fails? im connected to the server from the client alrite but when i try from another computer to connect to the p2p (say client1) from another p2p (say client 2) (second fork should handle that) the second client says it cannot connect to client 1..

Code:
if (connect(sd, (struct sockaddr *)&peer, sizeof(peer)) == -1) {
	fprintf(stderr, "Can't connect.\n");
	exit(1);
}
hmm let me know if im being too confusing.
__________________
"the only refuge from the damnation of the panta rei, and she guessed it was the Pendulum’s business, not hers"
klam's Avatar
Senior Member with 181 posts.
 
Join Date: Apr 2006
Experience: Advanced
30-Sep-2007, 12:37 PM #2
nvm solved.
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 01:40 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.