From 119e92c822953eb463fec38e3fbbd32c7be8ca94 Mon Sep 17 00:00:00 2001 From: sisyphus12 <1258407709@qq.com> Date: Sun, 17 Mar 2024 23:49:22 +0800 Subject: [PATCH] fix vreport err --- include/acc/acc.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/acc/acc.h b/include/acc/acc.h index 6340357..8221e1e 100644 --- a/include/acc/acc.h +++ b/include/acc/acc.h @@ -53,14 +53,14 @@ Provided as an alternative to TCP port sockets #define SEND_SOCK "@" #define RECV_SOCK ">" -#define QEMU_TO_HDL_REQ "tcp://127.0.0.1:21100" -#define QEMU_TO_HDL_REP "tcp://127.0.0.1:21101" -#define HDL_TO_QEMU_REQ "tcp://127.0.0.1:21102" -#define HDL_TO_QEMU_REP "tcp://127.0.0.1:21103" -#define NIC_REQ "tcp://127.0.0.1:21104" -#define NIC_REP "tcp://127.0.0.1:21105" -#define ICOUNT_SOCK "tcp://127.0.0.1:21106" -#define ICOUNT_SOCK2 "tcp://127.0.0.1:21107" +#define QEMU_TO_HDL_REQ "tcp://0.0.0.0:21100" +#define QEMU_TO_HDL_REP "tcp://0.0.0.0:21101" +#define HDL_TO_QEMU_REQ "tcp://0.0.0.0:21102" +#define HDL_TO_QEMU_REP "tcp://0.0.0.0:21103" +#define NIC_REQ "tcp://0.0.0.0:21104" +#define NIC_REP "tcp://0.0.0.0:21105" +#define ICOUNT_SOCK "tcp://0.0.0.0:21106" +#define ICOUNT_SOCK2 "tcp://0.0.0.0:21107" /* Sorting platform */