From db20c59c649245a14914cf60ab62fbdbf410877e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 22 Dec 2017 12:13:03 +0100 Subject: [PATCH] Update testing.php --- tests/testing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testing.php b/tests/testing.php index 26dae88..b0e4b64 100755 --- a/tests/testing.php +++ b/tests/testing.php @@ -96,7 +96,7 @@ function gen_payload() echo PHP_EOL.'----------- HUGE SEMIPRIME TESTS (100 semiprimes) ----------'.PHP_EOL; $GLOBALS['medium'] = ['python' => 0, 'python_alt' => 0, 'wolfram' => 0, 'native' => 0, 'native_cpp' => 0]; -$tg = fsockopen('tcp://149.154.167.40:443'); +$tg = fsockopen('tcp://149.154.167.51:443'); fwrite($tg, chr(239)); stream_set_timeout($tg, 1); $tot = 100;