Hacker News new | ask | show | jobs
by a1369209993 2249 days ago
> Also, just because 83% of web hosts having it enabled does not imply that it is a good idea to do so in general.

Kudos on having the integrity to point this out even when it superficially weakens your argument.

Also, a more relevant percentage would be: If you have 64KB packets (which you want, to get the best throughput) 12 bytes is a 0.018% overhead, less than one five-thousandth of your packet.

Edit: and apparently it's 0.8% with the default MSS of 1460B. Ugh.

1 comments

0.8% is still an underestimate. The average size of a TCP packet in real networks is about 500 bytes, due to the ACKs. And timestamps need to be present in the ACKs too.
> > Ugh.