Skip to content

feat: use TCP/IP emulator for providing access to network #108

@dadada

Description

@dadada

Right now access to network destinations is provided using individual UDP or TCP sockets that are connected / bound inside the hypervisor and passed to partitions using UNIX domain sockets. This has the limitation of only ever allowing existing connections to the target from at the time the hypervisor started. With something like slirp it would be possible to provide a (limited) TCP/IP stack to partitions. This is how QEMU and rootless podman do it by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions