1. log client_flow_id into ClientSession

2. In NS, passing the saved advertising flow id into NC so the client_flow_id in receiver side could be the same as the NS one, which could have the correct records mapping between the NS and NC.

PiperOrigin-RevId: 582876537
This commit is contained in:
hai007
2023-11-15 19:02:38 -08:00
committed by Copybara-Service
parent a83fbe3ebb
commit e876b68d90
@@ -63,6 +63,9 @@ message ConnectionsLog {
// Zero or more StrategySessions.
repeated StrategySession strategy_session = 2;
// The client session flow id.
optional int64 client_flow_id = 3 /* type = ST_SESSION_ID */;
}
// One round of a particular Strategy done by a client.