View Single Post
  #1 (permalink)  
Old March 18th, 2003
gavelin gavelin is offline
Apprentice
 
Join Date: March 18th, 2003
Location: Marseille, France
Posts: 5
gavelin is flying high
Talking Help for a new client currently in development (C#): e-linul

Hi everybody,

I'm developping a new Gnutella client with exciting new features in C# with damien who has recently posted some threads.

I'm talking now to decent peer to peer developpers:
We've just started to write a simple application which tries to connect to an hostcache (ex: public.bearshare.net).

When we make a ping, we have a response, but when we try to connect:

--
TcpClient tcpclnt = new TcpClient();
Console.WriteLine("Connecting.....");

tcpclnt.Connect("public.bearshare.net",6346); // use the ipaddress as in the server program
--
We have an error: no connection is accepted!!

if you could this at home and tell us if it works for you...
The fact is that we develop it in our school of engineers as a project and maybe we have so restrictions we don't know (such as rights, firewalls etc)

Thanks a lot,

PS: s'il y a des développeurs français dans le coin, faites nous signe!!
Reply With Quote