From 9c4d491a3b1999353f57c833704bc311b30efae4 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 25 Mar 2019 10:37:15 +0100 Subject: [PATCH] Make floating XXX a FIXME --- TunnelKit/Sources/Core/SessionProxy.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TunnelKit/Sources/Core/SessionProxy.swift b/TunnelKit/Sources/Core/SessionProxy.swift index 45357c6..cbb04de 100644 --- a/TunnelKit/Sources/Core/SessionProxy.swift +++ b/TunnelKit/Sources/Core/SessionProxy.swift @@ -262,7 +262,7 @@ public class SessionProxy { public func canRebindLink() -> Bool { // return (pushReply?.peerId != nil) - // XXX: floating is currently unreliable + // FIXME: floating is currently unreliable return false }