Thank you eskimo, we ended up on the same page after discovering the --deep option :) lesson learned.
Post
Replies
Boosts
Views
Activity
specifically, we create NWConnection(to: ..., using: parameters)
where parameters is NWParameters(tls: nil, tcp: tcpOptions)
and tcpOptions are:
self.tcpOptions = NWProtocolTCP.Options()
self.tcpOptions.connectionTimeout = 5
Hi Matt, thank you for the quick answer.
We use only NWConnection from the Network Framework.