Enable legacy ordering and client commands by default for newly paired clients

This commit is contained in:
Yukino Song
2025-05-29 15:29:40 +08:00
parent 2f89d85fca
commit 2d0e5c7c4a

View File

@@ -629,6 +629,9 @@ namespace nvhttp {
named_cert_p->perm = PERM::_default; named_cert_p->perm = PERM::_default;
} }
named_cert_p->enable_legacy_ordering = true;
named_cert_p->allow_client_commands = true;
auto it = map_id_sess.find(client.uniqueID); auto it = map_id_sess.find(client.uniqueID);
map_id_sess.erase(it); map_id_sess.erase(it);