浏览代码

修改接收字符串大小

callm 3 周之前
父节点
当前提交
89dcdab535
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UAS_MES_HYSX/PublicMethod/HttpServer.cs

+ 1 - 1
UAS_MES_HYSX/PublicMethod/HttpServer.cs

@@ -268,7 +268,7 @@ namespace UAS_MES_NEW.PublicMethod
     {
         static DataHelper dh = new DataHelper();
         public static int SN_SERVICE_PORT = 21610;
-        public static int MAX_BUF_SIZE = 4096;
+        public static int MAX_BUF_SIZE = 8192;
         static string ComputeSha256Hash(string input)
         {
             using (SHA256 sha256 = SHA256.Create())