Home Tags Connectionless protocol

Tag: connectionless protocol

The Socket API, Part 4: Datagrams

1
Let's try to develop server clients using UDP, the protocol behind some important services like DNS, NFS, etc. UDP, the User Datagram Protocol, is a...