cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

Cloudflare Tunnel as a Library

Open victorstewart opened this issue 2 years ago • 0 comments

It would be amazing if there were an option to compile Cloudflare Tunnel as a library with a C interface to integrate it as yet another layer in an application server, where we'd pass it incoming encapsulated packets and harvest it out decapsulated packets, and the inverse, all while maintaining our own networking stack-- avoiding the indirection and overhead of the current double process double trip through the kernel and context switching paradigm.

victorstewart avatar Mar 21 '22 13:03 victorstewart