浏览代码

test game ip

walkor 12 年之前
父节点
当前提交
f066e2caaa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/Game/Tests/game.php

+ 1 - 1
applications/Game/Tests/game.php

@@ -4,7 +4,7 @@ error_reporting(E_ALL);
 define('WORKERMAN_ROOT_DIR', __DIR__.'/../../../');
 include '../GameBuffer.php';
 
-$sock = stream_socket_client("tcp://127.0.0.1:8282");
+$sock = stream_socket_client("tcp://115.28.44.100:8282");
 if(!$sock)exit("can not create sock\n");
 
 $buf = new GameBuffer();