When I'm debugging my VPN tunnel provider application on the iPhone device I found some error logs in the console:
It only appears when I'm tuning the MTU to a bigger value for the NEPacketTunnelNetworkSettings.
What does this message mean? Does it mean the inbound udp packet has a bad checksum and will it be dropped by iOS?
Code Block sh udp_validate_cksum_internal [C8.1:1] udp incorrect IPv4-UDP non-offload checksum 0xeaff ulen 1502
It only appears when I'm tuning the MTU to a bigger value for the NEPacketTunnelNetworkSettings.
What does this message mean? Does it mean the inbound udp packet has a bad checksum and will it be dropped by iOS?