Modify hashing function at condor_ipverify.cpp. Find a better hashing function for in6_addr.
 
+{section: remaining sockaddr_in}
+
+*:amazon/ec2_sim_main.cpp
+*:ckpt_server/*
+*:collector/hashkey.h/cpp  - contains sockaddr_in but does not actually use sockaddr_in
+*:collector.V6/collector_engine.h/cpp
+*:collector.V6/soap_collectorStub.cpp
+*:c++_util/cbstp_url.cpp
+*:c++_util/ftp_url.cpp
+*:c++_util/http_url.cpp
+*:c++_util/network_adaptor.linux.cpp
+*:c++_util/network_adaptor.unix.cpp
+*:c++_util/udp_waker.cpp
+*:daemon_client/daemon.cpp
+*:daemon_client/daemon.t.cpp
+*:daemon_core.V6/daemon_core.cpp
+*:daemon_core.V6/soap_core.cpp
+*:io/condor_auth_kerberos.cpp
+*:io/cedar_no_ckpt.cpp
+*:io.std/std_univ_sock.cpp
+*:schedd.V6/qmgmt.cpp
+*:schedd.V6/schedd.cpp
+*:shadow.V6.1/mpishadow.cpp
+*:startd.V6/VMManager.cpp
+*:startd.V6/command.cpp
+*:syscall_lib/filestream.c
+*:stork/
+
+
+
+
+
 {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?