DescriptionIncrease buffer size for XMPP sockets.
Previously 4096 bytes write buffer was used for XMPP socket. Problem is
that ChromeAsyncSocket stops writing when the buffer is full and
talk::XmppClient ignores this error, as result random chunks of data may
be lost. This CL increses buffer size to 64k - same value that's used in
notifier::XmppConnection.
This is essentially a temporary workaround until the problem is fixed
in jingle::ChromeAsyncSocket or talk::XmppClient
BUG=417336
Committed: https://crrev.com/4f18b99844271e085918cdcfab318ecede81f135
Cr-Commit-Position: refs/heads/master@{#296805}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|