Results 1 to 5 of 5

Thread: connection

  1. #1
    Power Penguin's Avatar

    ZeroPaid Regular

    Join Date
    Aug 2002
    Posts
    655

    connection

    I'm trying to make a first connection with a hostcache with VB's
    Winsock but nothing happens when I try the connect method (the
    connect event never fires) with the following properties :

    Host: connect1.gnutellanet.com
    Port: 6346

    Can anyone help?

  2. #2
    method's Avatar

    yeah, whatever...

    Join Date
    May 2002
    Location
    New World Order HQ
    Posts
    1,180
    Does your code also handle the DNS name resolving, if not, and you want some code that does that all for ya (name resolving & connecting)... let me know and I'll upload it (No lame OCX/DLL files needed either, it's all done through API) ;)
    ||| = + |-|---------No longer lurking...
    m e t h o d-----...Target aquired: BREIN

  3. #3
    method's Avatar

    yeah, whatever...

    Join Date
    May 2002
    Location
    New World Order HQ
    Posts
    1,180

    the code...

    Well.. I might as well post it in case I'm not around or summat...

    It'll take the input...
    connect1.gnutellanet.com:6346

    and turn it into the process...
    winsock1.connect 3510483171, 6346

    3510483171 being the long value of 209.61.184.227
    (that's what it resolved to when i tried it anyway)

    It should be straight forward enough ;)
    Attached Files Attached Files
    ||| = + |-|---------No longer lurking...
    m e t h o d-----...Target aquired: BREIN

  4. #4
    whiff's Avatar

    ZeroPaid Regular

    Join Date
    Jul 2002
    Posts
    96

    router issues

    gnutellanet.com definitely went down for a while, may still be out of order. Greg Bildson (at LimeWire) has been referring everyone to 208.239.76.100 which is the freepeers/bearshare host cache.

  5. #5
    Power Penguin's Avatar

    ZeroPaid Regular

    Join Date
    Aug 2002
    Posts
    655
    Thank you Method. May all your subroutines be bug free, and your variables properly declared. I'll come back and have a look at it when I'm better at it. In about 2 years time (!)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •