Qmgmt, StdUnivSock and soap all have IPv4 data structure. have a look!
 
+Modify hashing function at condor_ipverify.cpp. Find a better hashing function for in6_addr.
+
 {section: Socket connections that do not use class Sock}
 StdUnivSock calls do_connect() (condor_util_lib/do_connect.c) to establish connection with the scheduler. Entire code path uses IPv4 specific constant and functions. Should I just convert them or introduce another socket class?