Move dco_installed from sock->info to sock->info.lsa.actual
For tcp this makes no difference as the remote address of the
socket never changes. For udp this allows OpenVPN to differentiate
if a reconnecting client is using the same address as before or
from a different one. This allow sending via the normal userspace
socket in that case.
Patch v2: fix windows code path
Patch v3: fix mtcp server code path
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <
20221124162642.
3173118-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/search?l=mid&q=
20221124162642.
3173118-1-arne@rfc2549.org
Signed-off-by: Gert Doering <gert@greenie.muc.de>