diff options
| -rw-r--r-- | Hotline/Hotline/HotlineClient.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hotline/Hotline/HotlineClient.swift b/Hotline/Hotline/HotlineClient.swift index 6a487cb..c33cb75 100644 --- a/Hotline/Hotline/HotlineClient.swift +++ b/Hotline/Hotline/HotlineClient.swift @@ -117,8 +117,8 @@ class HotlineClient { let tcpOptions = NWProtocolTCP.Options() tcpOptions.enableKeepalive = true // tcpOptions.enableFastOpen = true - tcpOptions.keepaliveInterval = 30 - tcpOptions.connectionTimeout = 30 +// tcpOptions.keepaliveInterval = 30 +// tcpOptions.connectionTimeout = 30 let connectionParameters: NWParameters connectionParameters = NWParameters(tls: nil, tcp: tcpOptions) |