X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Ftestlib%2Fconst.py;h=65a66a0a148945943a59458f3525336f40af2f11;hb=1aa8ac8c41ab8580fce1956086d7e6c7e84a09ee;hp=b15e7034441217b29ff6e89c8578b08d9dbb7e92;hpb=66eb66ec8f872db3dc12e1d01101772918d69a4a;p=tinc 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