if there's a callback connection to a multihomed client, you need this
or you end up with multiple connections, one per IP, being made from
the single connection
(cherry picked from commit
b4566d725e1aa4f57d1e6db5821c590a4b6da7c0)
break;
if (type == RX_CLIENT_CONNECTION && pp->port == port)
break;
- if (type == RX_CLIENT_CONNECTION && (conn->epoch & 0x80000000))
+ /* So what happens when it's a callback connection? */
+ if (/*type == RX_CLIENT_CONNECTION &&*/ (conn->epoch & 0x80000000))
break;
}
if ( !flag )