yes, I'm working on it.
 
-ckpt_server sends packets that contain IP address. thinking about how to deal with it.
 
-getSockAddr(): call getsockname() for given fd. if it is INADDR_ANY(0.0.0.0), it replaces the ip address to local ip address. only ckpt server code calls it.
+{section: ckpt server}
 
-why ckpt server requires it????
+cpkt server has C functions that make it hard to convert. I'm relying on class condor_sockaddr which is c++ class. Investigate C function is really necessary.
 
+ckpt_server sends packets that contain IP address. thinking about how to deal with it.
+
+getSockAddr(): call getsockname() for given fd. if it is INADDR_ANY(0.0.0.0), it replaces the ip address to local ip address. only ckpt server code calls it.
 
+why ckpt server requires this strange behavior?
 
 {section: On-going}