I am working on session resuming, and right now, the protocol dictates that the IP for the new client which is trying to resume the session must be the same as the old client. I want to loosen this up, but it will require me to add a new event called "new-ip", that basically says what the client's new IP is.
I am working on session resuming, and right now, the protocol dictates that the IP for the new client which is trying to resume the session must be the same as the old client. I want to loosen this up, but it will require me to add a new event called "new-ip", that basically says what the client's new IP is.