unsigned int Sock::get_ip_int() unsigned int Sock::peer_ip_int() {endcode} -need to change source file where it calls get_ip_int(), peer_ip_int() +need to change source file where it calls get_ip_int(), peer_ip_int(). There are not many incidents. {section: The method of Attack} -Having some network abstraction classes, -Single IP address class that deals both IPv4 and IPv6 +Having some network abstraction classes, single IP address class that deals both IPv4 and IPv6. +{linebreak} +class Sock already has abstraction of BSD socket interface. But IP address escapes from this classes by returning it as an 4 byte int and sockaddr_in. + *** currently, this is just temporary page {linebreak}