Last change
on this file since 12766 was 5284, checked in by mies, 15 years ago |
+ 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 size:
274 bytes
|
Line | |
---|
1 | #include "tcpip_endpoint.hpp"
|
---|
2 |
|
---|
3 | namespace ariba {
|
---|
4 | namespace addressing {
|
---|
5 |
|
---|
6 | const uint16_t tcp_address_info::type_id = 6;
|
---|
7 | const std::string tcp_address_info::type_name = "tcp-port";
|
---|
8 | const std::string tcpip_endpoint::protocol_name = "tcp-ip";
|
---|
9 |
|
---|
10 | }} // namespace ariba::addressing
|
---|
Note:
See
TracBrowser
for help on using the repository browser.