Fix packet size for MSE

This commit is contained in:
Alexey Khit
2022-12-25 10:36:57 +03:00
parent db2263c7fe
commit 654fa32b3a
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"strings"
)
const packetSize = 8192
const packetSize = 1400
func handlerWSMSE(tr *api.Transport, msg *api.Message) error {
src := tr.Request.URL.Query().Get("src")