Post

Replies

Boosts

Views

Activity

NEPacketTunnelNetworkSettings - Has anyone been successful setting MTU larger than 1500?
I have the following settings. It fails if I set the mtu to anything larger than 1500. Has anyone been successful with?let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: "0.0.0.1")let addresses: [String] = ["0.0.0.2"]let subnetMasks: [String] = ["255.255.255.0"]settings.ipv4Settings = NEIPv4Settings(addresses: addresses, subnetMasks: subnetMasks)settings.mtu = Int(1500) as NSNumberThanks,Dankira.
4
0
2k
Mar ’23
NEPacketTunnelNetworkSettings - Has anyone been successful setting MTU larger than 1500?
I have the following settings. It fails if I set the mtu to anything larger than 1500. Has anyone been successful with?let settings = NEPacketTunnelNetworkSettings(tunnelRemoteAddress: "0.0.0.1")let addresses: [String] = ["0.0.0.2"]let subnetMasks: [String] = ["255.255.255.0"]settings.ipv4Settings = NEIPv4Settings(addresses: addresses, subnetMasks: subnetMasks)settings.mtu = Int(1500) as NSNumberThanks,Dankira.
Replies
4
Boosts
0
Views
2k
Activity
Mar ’23
Is "Developer ID Notary Service" down?
The notary server is taking forever.
Replies
5
Boosts
2
Views
963
Activity
Aug ’22
Developer ID Notary Service
The "Developer ID Notary Service" is taking forever. Is there any issue?
Replies
5
Boosts
0
Views
1.3k
Activity
Sep ’21
Developer ID Notary Service
Is "Developer ID Notary Service" down? I have been trying for the last hour and half. It just never returns either error or success. I waited more than 10mins and did it multiple times. It usually takes less than 3mins.
Replies
1
Boosts
0
Views
1.2k
Activity
Jun ’21
Proxy settings with Packet Tunnel Provider on Big Sur not being honored.
We're setting the following two variables to get proxy data. It has been working for us until we tried it on Big Sur. proxySettings?.autoProxyConfigurationEnabled = true proxySettings?.proxyAutoConfigurationURL = URL(string: pacURL) Has anyone experienced this issue? Thanks, Dankira.
Replies
14
Boosts
0
Views
2.5k
Activity
Mar ’21