Chromium Code Reviews
DescriptionWhen using NSS, only schedule transport socket reads when the transport buffer is empty.
Rather then attempting to constantly keep the NSS memio constantly saturated by constantly
issuing socket reads, only attempt to read data from the underlying transport when the
NSS memio has been fully drained. This lets the OS manage the socket buffers and can
significantly reduce the number of Read()s issued against the transport socket in
optimal conditions.
R=wtc@chromium.org
BUG=166741
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174136
Patch Set 1 #
Total comments: 8
Patch Set 2 : Review feedback #
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||||||||||||||||||||