notes

Log | Files | Refs | README

udp.md (163B)


      1 # UDP
      2 
      3 UDP (User Datagram Protocol) — a fast, connectionless network protocol that
      4 sends data without delivery guarantees between any machines across a network.