feat: Enable peers to announce and synchronize local game libraries.
This commit is contained in:
@@ -16,6 +16,7 @@ pub enum Request {
|
||||
offset: u64,
|
||||
length: u64,
|
||||
},
|
||||
AnnounceGames(Vec<Game>),
|
||||
Invalid(Bytes, String),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user