I'm working with mobile IPv6 and was dealing with lots of zombie connections. I set keepAlive to true and want to test whether old connections are being discarded.
I'm using lsof to list the process connections, but I can't tell how old the connection is.
Is there a way to verify this?