Any Tipps?
Using qemu, bcause my corporate host is horribly restricted and changing net adapters is impossible. So I'm forced to usermode networking. Basically user network works. I'm using it for local software dev. Problem is its slowness.
Any idea/doc how to migrate slirp to passt for (hopefully) usable network performance? Current args:
-netdev user,id=n0,hostfwd=tcp:127.0.0.1:6379-:6379 -device=e1000,netdev=n0