noChecksumPreferred(_:)
Skip computing checksums when sending UDP packets.
Declaration
func noChecksumPreferred(_ noChecksum: Bool) -> UDPDiscussion
This will only take effect when running over IPv4 (UDP_NOCKSUM).
Skip computing checksums when sending UDP packets.
func noChecksumPreferred(_ noChecksum: Bool) -> UDPThis will only take effect when running over IPv4 (UDP_NOCKSUM).