feat: Improved networking implementation (#1044)

This commit is contained in:
Kroese
2025-10-07 00:58:34 +02:00
committed by GitHub
parent 705c6ce7f1
commit 59cf59faa4
7 changed files with 336 additions and 136 deletions

View File

@@ -7,7 +7,7 @@ set -Eeuo pipefail
# Configure QEMU for graceful shutdown
API_CMD=6
API_HOST="127.0.0.1:2210"
API_HOST="127.0.0.1:$COM_PORT"
QEMU_TERM=""
QEMU_DIR="/run/shm"