DLR-FT / a653rs-linux

Apache License 2.0
1 stars 0 forks source link

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

Open dadada opened 8 months ago

dadada commented 8 months ago

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.