We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b205f commit f8716dfCopy full SHA for f8716df
Sources/SwiftNATTypeDetector/StunClient.swift
@@ -12,6 +12,7 @@ enum TransactionError: Error {
12
case transactionException(msg: String)
13
}
14
15
+@available(iOS 12.0, *)
16
@available(macOS 10.14, *)
17
public class StunClient {
18
private static let UDP_SEND_COUNT: Int = 2
0 commit comments