Open HMaker opened 2 years ago
QEMU docs states that User Networking has poor performance due the need to emulate a whole TCP/IP stack. TAP networking has the best performance.
As reference, qemu-docker is an image for QEMU VMs with TAP networking enabled.
Similar issue here:
https://github.com/sickcodes/Docker-OSX/issues/72
I get 800Mbps using vmxnet3, what speeds are you getting?
QEMU docs states that User Networking has poor performance due the need to emulate a whole TCP/IP stack. TAP networking has the best performance.
As reference, qemu-docker is an image for QEMU VMs with TAP networking enabled.