Posts

Post marked as solved
8 Replies
1.4k Views
Hello,we're facing a problem in iOS 13. We have a VPN tunnel provider that uses IKE/IPsec to establish a VPN connection. The communication is done via BSD socket API. Before iOS 13, everything worked fine.However, after the update (and still with 13.1 Beta4), some devices don't receive incoming UDP-encapsulated ESP frames. Other IKE frames that have the same src/dst IP and port number are received. Wireshark/tcpdump on the virtual rci0 device show the incoming frames, however, the recvfrom system call in the application doesn't get it.Any ideas what is going wrong here?Regards,Bernhard
Posted
by bwalle.
Last updated
.