DescriptionOptimizations to fill packets better for the edsm server.
Problems:
- the SETTINGS frame was the first packet we'd send, uncorked.
This was wasting the first packet of our cwnd.
- uncork was overaggressive. We now only uncork when there are
no more packets in our queue.
- rework the packet sizing to fully fill packets better.
Question - should I remove the MSG_MORE code now? It seems to be an
alternative way to do corking, but it just doesn't work with the SSL layer.
BUG=none
TEST=n/a
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72844
Patch Set 1 #Patch Set 2 : '' #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|