diff --git a/internal/client/state.go b/internal/client/state.go index f87c19b..4a5e0e5 100644 --- a/internal/client/state.go +++ b/internal/client/state.go @@ -87,7 +87,7 @@ func ssvToJson(ssv string) (ret []byte) { r = strings.Replace(r, `\;`, `;`, -1) return r } - unquoted := []string{"NumConn", "StreamTimeout", "KeepAlive", "UDP"} + unquoted := []string{"NumConn", "StreamTimeout", "KeepAlive", "UDP", "LoopbackTcpSendBuffer", "LoopbackTcpReceiveBuffer"} lines := strings.Split(unescape(ssv), ";") ret = []byte("{") for _, ln := range lines {