]> git.llucax.com Git - software/posixx.git/commit
Improve internet addresses (inet::sockaddr)
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 22 Jan 2009 19:51:53 +0000 (17:51 -0200)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 9 Feb 2009 12:27:37 +0000 (10:27 -0200)
commitbbfe1163f7ddc007b7497bb823f794ff7d2018e2
treec6eea9c3412d6def78030c0d2e95022e8c0370ef
parent25e37c946dfa92e9a3676a022177afef06588a01
Improve internet addresses (inet::sockaddr)

This patch improves the internet addresses. It adds a new constructor (to
create an address from a string), setters and getters to handle byte
ordering better and a couple of address constants (any and broadcast).

New test cases are created too.
src/socket/inet.hpp
src/socket/inet/print.hpp
test/socket/inet/common.hpp
test/socket/inet/sockaddr.cpp