Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile issue on FreeBSD 14 (uber#914)
This PR fixes compilation fail on FreeBSD 14, described on [issue by hxw](uber#914) 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.
- Loading branch information