From 5aa2fb29b63d38a81b6b27a3679297106bfe590c Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Sun, 21 Apr 2024 23:07:28 +0200 Subject: [PATCH] performance workflows fix ipv6 listening to server --- .github/workflows/common-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-performance.yml b/.github/workflows/common-performance.yml index 569e00d2..9dd0bcf8 100644 --- a/.github/workflows/common-performance.yml +++ b/.github/workflows/common-performance.yml @@ -335,7 +335,7 @@ jobs: needs: [ build-client, build-server ] env: SERVER_ADDRESS: ${{ inputs.server_private_address }} - QPEP_ADDRESS: ${{ inputs.client_listen_address }} + QPEP_ADDRESS: ${{ inputs.server_private_address }} QPEP_BACKEND: ${{ inputs.backend }} QPEP_CCA: ${{ inputs.cca }} QPEP_SLOWSTART: ${{ inputs.slowstart }}