-static inline
-std::ostream& operator << (std::ostream& os,
- const posixx::socket::inet::sockaddr& sa) throw()
-{
- return os << "inet::sockaddr(family=" << sa.sin_family
- << ", port=" << ntohs(sa.sin_port)
- << ", addr=" << inet_ntoa(sa.sin_addr) << ")";
-}
-