Files
livekit/pkg/service
Théo Monnom 1fe6d734b3 agent endpoints: reuse the read buffer and bound the data wire
- ReadFrame reads each frame into a reused per-conn buffer via NextReader
  instead of letting ReadMessage allocate one per frame; ~41% fewer bytes on a
  1MiB download. Safe: proto.Unmarshal copies the payload out and readLoop is
  the sole reader.
- the data wire's websocket read is bounded by its own max message size (a full
  frame + framing overhead), independent of the signalling message limit, so a
  peer cannot OOM the server with an oversized frame even when signalling limits
  are disabled. Drops the old coupling that clamped MaxFrameSize under the
  signalling limit.
2026-08-21 19:17:27 -07:00
..
2026-08-19 18:25:35 -07:00
2024-06-27 02:13:51 -07:00
2025-09-24 13:16:27 +05:30
2026-08-14 16:26:08 +08:00
2026-08-19 18:25:35 -07:00
2026-08-14 10:36:40 +05:30