 
      
    | You are here | zipcpu.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... | |
| | | | | hannes.robur.coop | |
| | | | | ||
| | | | | williamdurand.fr | |
| | | | | I am writing a minimum viable network stack from scratch for ArvernOS (a UNIX-like toy kernel). This two-part story describes some protocols of the TCP/IP stack as well as some implementation details in the context of ArvernOS. | |
| | | | | sookocheff.com | |
| | | The transmission control protocol (TCP) does one job very well - it creates an abstraction that makes an unreliable channel look like a reliable network. For applications built over an unreliable network like the Internet, TCP is a godsend that hides a lot of the inherent complexity in building networked applications. A laundry list of TCP features that application developers rely on every day includes: retransmission of lost data, in-order data delivery, data integrity, and congestion control. This arti... | ||