mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7eadaedaca
indeed without nagle disabled (which is what nodelay does) a pipeline can be interrupted for a full rtt waiting for an ack, which defeats the purpose of pipelining. Other parts of FF can just coalesce the writes internally, but sometimes that is not possible for pipelines which may not have an opportunity for a pipelined request when the "runt" packet goes out, but discovers such an opportunity a long time before the rtt is expired. In other places (such as long posts) we do a fine job of coalescing already, so this should not result in any extra packets on the wire, just improved latency. --HG-- extra : rebase_source : e333e36fe31b63d17c287ac6e876f27fdb69ce5b |
||
---|---|---|
.. | ||
public | ||
src | ||
Makefile.in |