diff options
author | sergeyu <sergeyu@chromium.org> | 2014-09-25 15:09:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-25 22:09:49 +0000 |
commit | 4f18b99844271e085918cdcfab318ecede81f135 (patch) | |
tree | 612fb9d283ae3f6861426b1c3be1f2051040da27 /.clang-format | |
parent | a19e4877974a6a0cfc53f92c1496a8f995fe2614 (diff) | |
download | chromium_src-4f18b99844271e085918cdcfab318ecede81f135.zip chromium_src-4f18b99844271e085918cdcfab318ecede81f135.tar.gz chromium_src-4f18b99844271e085918cdcfab318ecede81f135.tar.bz2 |
Increase 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
Review URL: https://codereview.chromium.org/608613002
Cr-Commit-Position: refs/heads/master@{#296805}
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions