Roll forward to cl/345608764.

Signed-off-by: hai007 <hais@google.com>
This commit is contained in:
hai007
2020-12-03 22:36:42 -08:00
parent e6d52359cf
commit 873548acaa
22 changed files with 511 additions and 252 deletions
+4
View File
@@ -98,6 +98,10 @@ class EndpointManager {
// this case, we do not notify the client of onDisconnected().
void UnregisterEndpoint(ClientProxy* client, const std::string& endpoint_id);
// Returns the maximum supported transmit packet size(MTU) for the underlying
// transport.
int GetMaxTransmitPacketSize(const std::string& endpoint_id);
// Returns the list of endpoints to which sending this chunk failed.
//
// Invoked from the PayloadManager's sendPayload() method.