Post

Replies

Boosts

Views

Activity

Reply to Receive NWProtocolIP metadata
It does indeed look like the Listener is not passing the shouldCalculateReceiveTime through to the connection. I tried setting it manually within the listeners newConnectionHandler handler: listener?.newConnectionHandler = { connection in if let options = connection.parameters.defaultProtocolStack.internetProtocol as? NWProtocolIP.Options { options.shouldCalculateReceiveTime = true } ... But that doesn't work either...
Dec ’23
Reply to Are App Attest or DeviceCheck supported on any Macs?
This appears to still be the case in 2026...
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’26
Reply to Receive NWProtocolIP metadata
It does indeed look like the Listener is not passing the shouldCalculateReceiveTime through to the connection. I tried setting it manually within the listeners newConnectionHandler handler: listener?.newConnectionHandler = { connection in if let options = connection.parameters.defaultProtocolStack.internetProtocol as? NWProtocolIP.Options { options.shouldCalculateReceiveTime = true } ... But that doesn't work either...
Replies
Boosts
Views
Activity
Dec ’23