ChatGPT Codex 5.2 xhigh refactored > 45min

This commit is contained in:
2026-01-13 18:59:12 +01:00
parent f76d59265c
commit b60dcef471
15 changed files with 1672 additions and 367 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ lifetime of the process:
3. **Ping service** (`run_ping_service`) periodically issues QUIC ping requests
to keep peer liveness up to date and prunes stale entries from `PeerGameDB`.
`load_local_game_db` scans the configured game directory (looking for folders
with a `version.ini`) and hydrates a `GameDB`. That database is used to respond
to incoming metadata requests (`Request::ListGames` / `Request::GetGame`).
`scan_local_library` maintains a lightweight on-disk index and produces both a
`GameDB` and protocol summaries. The resulting database is used to respond to
incoming metadata requests (`Request::ListGames` / `Request::GetGame`).
## Networking and File Transfer