feat: Enable peers to announce and synchronize local game libraries.

This commit is contained in:
2025-11-18 19:08:29 +01:00
parent 25bac734e2
commit e2f0dfa792
2 changed files with 77 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ pub enum Request {
offset: u64,
length: u64,
},
AnnounceGames(Vec<Game>),
Invalid(Bytes, String),
}