|
You are here |
gafferongames.com | ||
| | | | |
windswept.home.blog
|
|
| | | | | This post describes a simple way of embedding Apple LLAP (LocalTalk Link Access Protocol) packets inside UDP, which enables a "virtual" LocalTalk network to be created on top of an existing IP LAN. Why? To provide reasonably plug-and-play networking for Mini vMac that doesn't need root privileges, that is easily portable between OSes, and that... | |
| | | | |
sookocheff.com
|
|
| | | | | The User Datagram Protocol (UDP), first described in 1980 by RFC 768, offers a minimal set of functionality: there is no guarantee of message delivery, no guarantee of message order, no congestion avoidance, and no tracking of connection state. In fact, UDP is often referred to as the null protocol, because it offers little functionality not already included in the IP layer. | |
| | | | |
zipcpu.com
|
|
| | | | | What do you do when you needTCP,but don't have it? | |
| | | | |
aarol.dev
|
|
| | | Anyone who has implemented a simple HTTP 1.1 server can tell you that it is a really simple protocol. Basically, it's a text file that has some specific ... | ||