mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add salt for hashing service_id in generic MultiplexScoket.
PiperOrigin-RevId: 548151953
This commit is contained in:
committed by
Copybara-Service
parent
a72be2bc8c
commit
7b50a09185
@@ -38,7 +38,8 @@ message MultiplexFrame {
|
||||
}
|
||||
|
||||
message MultiplexFrameHeader {
|
||||
optional bytes service_id_hash = 1;
|
||||
optional bytes salted_service_id_hash = 1;
|
||||
optional string service_id_hash_salt = 2;
|
||||
}
|
||||
|
||||
// The control frame to establish, accept, reject or disconnect the virtual
|
||||
|
||||
Reference in New Issue
Block a user