Chromium Code Reviews
DescriptionOn OpenSSL/Android, only schedule transport socket reads when the transport socket buffer is empty.
Rather then attempting to constantly keep the transport buffer
(transport_bio_) fully saturated by frequently issuing socket reads, let the
OS manage the socket buffer and only read data from the underlying transport
when the transport_bio_ is empty and needs more data. This significantly
reduces the number of Read()s issued against the underlying socket in optimal
conditions.
R=wtc@chromium.org
BUG=166741
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173880
Patch Set 1 #
Total comments: 4
Messages
Total messages: 8 (0 generated)
|
|||||||||||||||||||