X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=test%2Fintegration%2Ftestlib%2Fconst.py;fp=test%2Fintegration%2Ftestlib%2Fconst.py;h=65a66a0a148945943a59458f3525336f40af2f11;hp=b15e7034441217b29ff6e89c8578b08d9dbb7e92;hb=c8402791b82947c49ba1d04f855dab04191607ca;hpb=66eb66ec8f872db3dc12e1d01101772918d69a4a diff --git a/test/integration/testlib/const.py b/test/integration/testlib/const.py index b15e7034..65a66a0a 100755 --- a/test/integration/testlib/const.py +++ b/test/integration/testlib/const.py @@ -10,3 +10,6 @@ MPC_FAMILY = "AF_PIPE" if os.name == "nt" else "AF_UNIX" # Do access checks on files. Disabled when not available or not applicable. RUN_ACCESS_CHECKS = os.name != "nt" and os.geteuid() != 0 + +# Copy of the same define from net.h +MAXSOCKETS = 8