- Timestamp:
- Aug 7, 2009, 1:58:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/SideportListener.cpp
r5781 r5784 128 128 if( tcpip.address().is_v4() || tcpip.address().is_v4_mapped() ){ 129 129 ret |= SideportListener::ipv4; 130 cout << "address " << tcpip.address().to_string() << " is v4" << std::endl;131 130 }else if( tcpip.address().is_v6() ){ 132 131 ret |= SideportListener::ipv6; 133 cout << "address " << tcpip.address().to_string() << " is v6" << std::endl;134 132 } 135 133
Note:
See TracChangeset
for help on using the changeset viewer.