Why not UDP
Why not UDP
Posted Dec 31, 2024 9:48 UTC (Tue) by npws (subscriber, #168248)In reply to: Why not UDP by dvdeug
Parent article: The Homa network protocol
It is questionable whether this would really be a workaround. "The only state that exists on the server is held between the receipt of the request and the receipt of the response by the client". This sounds like pretty much what UDP is meant for, stateless query-response protocols. The benefits of using UDP are obvious, no need for a kernel implementation, at least initially, easier development, easier deployment.
