NWListener using .udp parameter causes error, when packetSize more than 1024
问题 I have simple UDPServer class, which is fetching some data, and I can setup what size of each packet do I need. When I set packetSize = 1024 (this property set on Windows desktop application) everything seems work fine, but when it's more, for example 2048, i have weird logs like this: [] udp_validate_cksum_internal [C6:1] udp incorrect IPv4-UDP non-offload checksum 0xf3ff ulen 1506 [] nw_protocol_ipv4_get_input_frames_block_invoke [C6:2] Dropping unused IPv4 extra fragment Appears on iPhone