libtailscale icon indicating copy to clipboard operation
libtailscale copied to clipboard

Tailscale C library

Results 3 libtailscale issues
Sort by recently updated
recently updated
newest added

This fixes calling accept on the updates listen socket strategy by embedding the accept behavior into the Go exported library, avoiding the mandatory requirement for building a separate object from...

- [x] Basic working in synchronous rust - [x] Automagically build the Go library with `build.rs` - [ ] Building from the bundled tarball in #8 - [ ] Async...