Changeset 184

Show
Ignore:
Timestamp:
03/03/06 11:23:22 (2 years ago)
Author:
dsandler
Message:

Send the entire list of bootstraps to SocketPastryNodeFactory?.getNodeHandle(), allowing it to choose one for us.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedtree/trunk/src/net/feedtree/core/client/Client.java

    r179 r184  
    332332                    // address to "claim" in the ring (our external IP) 
    333333                    node = factory.newNode( 
    334                         factory.getNodeHandle(bootSocketList[0]), 
     334                        factory.getNodeHandle(bootSocketList), 
    335335                        g_publicNodeAddress); 
    336336