Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend use_zero_crc check to AF_CONN sockets (#690)
The `use_zero_crc` flag is already considered for AF_INET address family. This commit ensures that when transmitting using sockets created with the AF_CONN address family, crc32c calculation is skipped based on this flag.
- Loading branch information