diff --git a/TunnelKit/Sources/Core/SessionProxy.swift b/TunnelKit/Sources/Core/SessionProxy.swift index 40140f1..45357c6 100644 --- a/TunnelKit/Sources/Core/SessionProxy.swift +++ b/TunnelKit/Sources/Core/SessionProxy.swift @@ -260,7 +260,10 @@ public class SessionProxy { - Returns: `true` if supports link rebinding. */ public func canRebindLink() -> Bool { - return (pushReply?.peerId != nil) +// return (pushReply?.peerId != nil) + + // XXX: floating is currently unreliable + return false } /**