Skip to content

Commit

Permalink
performance workflows fix ipv6 listening to server
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 21, 2024
1 parent fd57677 commit 5aa2fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5aa2fb2

Please sign in to comment.