Add connection limit for thick daemon.

Co-authored-by: Takanori Hirano <me@hrntknr.net>
This commit is contained in:
Julius Hinze
2024-11-12 11:43:11 +01:00
committed by Takanori Hirano
parent bd3f2a56c8
commit 1ce45bb658
8 changed files with 134 additions and 1 deletions

View File

@@ -85,6 +85,10 @@ jobs:
working-directory: ./e2e
run: ./test-default-route1.sh
- name: Test connection limit
working-directory: ./e2e
run: ./test-connection-limit.sh
# - name: Test DRA integration
# working-directory: ./e2e
# run: ./test-dra-integration.sh