diff --git a/src/session_impl.cpp b/src/session_impl.cpp index c8ca12663..db48e3de8 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -221,6 +221,7 @@ namespace aux { return ep.ssl == sock->ssl && ep.port == sock->original_port && ep.device == sock->device + && ep.flags == sock->flags && ep.addr == sock->local_endpoint.address(); });