uber / tchannel-go

Go implementation of a multiplexing and framing protocol for RPC calls
http://uber.github.io/tchannel/
MIT License
490 stars 84 forks source link

Fix compile issue on FreeBSD 14 #925

Open moonetic opened 1 month ago

moonetic commented 1 month ago

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.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.