Closed justincormack closed 3 years ago
@justincormack Can you just shuffle some functions around to not even be exported unless they are on a peercred supported platform?
In case that was confusing, I'll clarufy.
ttrpc should not be a platform-specific package. Patches for support on all platforms will be accepted!
:smile:
@kevpar Since contained is working on Windows. I believe ttrpc is working on Windows. Right?
macOS looks fine as well. See #85.
Confirmed with @kevpar (Windows) and @samuelkarp (FreeBSD). While there are some Linux-specific functions (see #85), ttrpc works on non-Linux platforms.
I am working on the non Linux support; it requires upstreaming changes to x/sys/unix for peercred support which turns out to be very tedious as it is all generated code.