Why not over the Internet?
Why not over the Internet?
Posted Nov 10, 2022 17:03 UTC (Thu) by james (subscriber, #1325)In reply to: Why not over the Internet? by joib
Parent article: Moving past TCP in the data center, part 2
It's somewhat similar, but the difference is that TCP as it is used today has long-lived connections to which you can attach things like window size.
From the article:
There is no long-lived connection state stored by Homa; once an RPC completes, all of its state is removedincluding anything like window size. The next RPC (larger than a "few packets") has to discover that all over again.
Or so I understand.