rust-firecracker / fcnet

A backend for Firecracker microVM networking, accessible through an in-process library or a separate-process CLI.
MIT License
4 stars 0 forks source link

fcnet-cli-client #7

Open kanpov opened 2 days ago

kanpov commented 2 days ago

Equivalent of fcnetd-client, but would spawn an fcnet-cli process with the arguments formatted accordingly and reap the output of the process.

Benefit: no network communication needed Drawback: needs one process per invocation, thus potentially being bottlenecked by posix_spawn() performance