openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
43 stars 5 forks source link

Condition linux TCP keepalive sockopts #202

Closed plajjan closed 6 months ago

plajjan commented 7 months ago

It's specific for Linux, so condition it on linux.

This change was introduced rather recently and I presume no one attempted to compile it on anything that's not Linux. It would be great with cross-platform CI builds to catch things like this...

ekoby commented 6 months ago

dup #212