+Maintainer: MinJae Hwang(m@cs) + +{section: Introduction} +This page is work note of converting Condor to IPv6 compatible. More precisely, IPv4/IPv6 both compatible. + +When I first got this project, I thought nearly changing interfaces would complete the project. However, since Condor source codes are quite big and there is no single facade dealing with BSD socket interfaces, it becomes rather daunting task. + +I will rigorously write every details of my working since any single mistake or inconsideration would yield hidden bugs. Please challenge me if you see any doubtful idea here. + {section: What should be changed?} All the deprecated BSD socket functions. These are complete list. (from {link: http://people.redhat.com/drepper/userapi-ipv6.html Userlevel IPv6 Programming Introduction})