This PR fixes compilation fail on FreeBSD 14, described on issue by hxw The problem is, that there's no getSendQueueLen function defined for bsd platform, which causes compile failure. The fix adds new, sockio_bsd file with corresponding function implementation and build tags.
This PR fixes compilation fail on FreeBSD 14, described on issue by hxw The problem is, that there's no getSendQueueLen function defined for bsd platform, which causes compile failure. The fix adds new, sockio_bsd file with corresponding function implementation and build tags.