|
If you're trying to figure out what TCP is really,
you might also look at http://www.ietf.org/rfc/rfc4614.txt,
which is the IETF's best shot at hacking through the 100 or so RFCs that talk
about TCP.
I note that RFC 889 doesn't seem to be listed. I
think you can ignore it (unless the functionality got picked up in RFC 1122,
which tried to capture the working lore several years after TCP was redesigned
for congestion avoidance, etc.).
And it's also worth mentioning that TCP will WORK,
for some value of "work", with a lot of simplifying assumptions. I'm not sure
Nagle matters for anything except Telnet/FTP control channel-style
communication, and you may not even know anyone who uses these protocols anymore
- they are *so* last-century :-). There just aren't that many protocols that
rely on server-end echos any more, and that's the problem Nagle was
solving.
Thanks,
Spencer
|
_______________________________________________ p2p-hackers mailing list [email protected] http://lists.zooko.com/mailman/listinfo/p2p-hackers
