TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TCP connections reuse in Firefox 5 and related performance improvements

28 pointsby falsealmost 14 years ago

1 comment

xtacyalmost 14 years ago
The TCP window is calculated after some sending activity. It reflects the amount of data that can be transmitted in one shot without hurting other TCP flows at the bottleneck.<p>Reusing TCP windows after a while does not reflect the actual state of the network as things would have changed. In fact, there have been proposals about CWND reset[1] that adress this issue.<p>[2] <a href="http://www.ietf.org/rfc/rfc2861.txt" rel="nofollow">http://www.ietf.org/rfc/rfc2861.txt</a>