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/overlay/LinkDescriptor.h

    r5151 r5284  
    128128                s << "serv=" << service.toString() << " ";
    129129                s << "overId=" << overlayId.toString().substr(0,6) << " ";
     130                s << "commUp=" << communicationUp << " ";
    130131                s << "commId=" << communicationId.toString().substr(0,6) << " ";
    131132                s << "usedAsRel=" << usedAsRelay << " ";
Note: See TracChangeset for help on using the changeset viewer.