// Shared list of registered nodes
Vector<NodeInfo> nodes = new Vector<NodeInfo>();
// Determine the actions during file operations
TunnelActionImpl fileAction = new TunnelActionImpl(nodes);
// Initialize the node selector
NodeSelecter.set_nodes(nodes);
// Create but don't start the server socket handler