condor_netaddr which represents a network (128.105.0.0/24).
 NetStringList now utilizes condor_netaddr to match.
 
-Current, reimplementing condor_gethostname
+condor_gethostname() reimplemented. it is better to call get_local_hostname() instead of condor_gethostname(). let's see what should we do when we are using standard universe.
 
-convert_ip_to_hostname() at condor_netdb.cpp implicitly accepts in_addr as const char*.
+convert_ip_to_hostname() at condor_netdb.cpp implicitly accepts in_addr as const char*. it was removed.
 
 Phase 3 gonna have protocol divergence. Safe_sock has a message that contains IP address as 4 byte integer.
 
+ipv6_hostname becomes bigger and bigger. I feel it is getting duplications but don't know what to say.  it has 4-5 variants of get_hostname features whilst it is merely a wrapper of getaddrinfo().
+
 {section: On-going}
 
 Working on Phase 2.