Changeset 5284 for source/ariba/Node.cpp


Ignore:
Timestamp:
Jul 24, 2009, 3:23:11 PM (15 years ago)
Author:
mies
Message:

+ added new transport modules and adapted ariba to them
+ exchange endpoint descriptors an link establishment
+ clean up of base communication
+ link establishment with in the presence of multiple endpoints
+ local discovery for ipv6, ipv4 and bluetooth mac addresses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Node.cpp

    r3718 r5284  
    6767                return;
    6868        }
    69         ariba_mod.base_comm->start(ariba_mod.ip_addr, ariba_mod.tcp_port);
     69        ariba_mod.base_comm->start();
    7070        base_overlay->start( *ariba_mod.base_comm, nodeId );
    7171        base_overlay->joinSpoVNet( spovnetId, *ep);
     
    8282        nodeId = generateNodeId(name);
    8383
    84         ariba_mod.base_comm->start(ariba_mod.ip_addr, ariba_mod.tcp_port);
     84        ariba_mod.base_comm->start();
    8585
    8686        base_overlay->start( *ariba_mod.base_comm, nodeId );
Note: See TracChangeset for help on using the changeset viewer.