mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Roll forward up to cl/351408510.
This commit is contained in:
@@ -85,6 +85,8 @@ class BwuManager : public EndpointManager::FrameProcessor {
|
||||
void Shutdown();
|
||||
|
||||
private:
|
||||
static constexpr absl::Duration kReadClientIntroductionFrameTimeout =
|
||||
absl::Seconds(5);
|
||||
BwuHandler* SetCurrentBwuHandler(Medium medium);
|
||||
void InitBwuHandlers();
|
||||
void RunOnBwuManagerThread(std::function<void()> runnable);
|
||||
@@ -129,6 +131,8 @@ class BwuManager : public EndpointManager::FrameProcessor {
|
||||
const std::string& endpoint_id);
|
||||
bool ReadClientIntroductionFrame(EndpointChannel* endpoint_channel,
|
||||
ClientIntroduction& introduction);
|
||||
bool ReadClientIntroductionAckFrame(EndpointChannel* endpoint_channel);
|
||||
bool WriteClientIntroductionAckFrame(EndpointChannel* endpoint_channel);
|
||||
void ProcessEndpointDisconnection(ClientProxy* client,
|
||||
const std::string& endpoint_id,
|
||||
CountDownLatch* barrier);
|
||||
|
||||
Reference in New Issue
Block a user