Bläddra i källkod

Update TcpConnection.php

walkor 10 år sedan
förälder
incheckning
c92bc9decc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Connection/TcpConnection.php

+ 1 - 1
Connection/TcpConnection.php

@@ -26,7 +26,7 @@ class TcpConnection extends ConnectionInterface
      * 当数据可读时,从socket缓冲区读取多少字节数据
      * @var int
      */
-    const READ_BUFFER_SIZE = 8192;
+    const READ_BUFFER_SIZE = 65535;
 
     /**
      * 连接状态 连接中