Comment by stingraycharles
Comment by stingraycharles a day ago
So UdpSocket should really be called DatagramSocket, UDP being the protocol that operates on these datagrams?
Surprising that they got such a fundamental thing wrong.
Comment by stingraycharles a day ago
So UdpSocket should really be called DatagramSocket, UDP being the protocol that operates on these datagrams?
Surprising that they got such a fundamental thing wrong.
We're talking about UdpSocket: https://doc.rust-lang.org/stable/std/net/struct.UdpSocket.ht...
That happens when someones learning project ("I rewrite a library in the new language I want to learn") ends up in productive code.