In two previous articles [in the September and October 2007 issues of LJ], I looked at the basics of SCTP, how you can use SCTP as a replacement for TCP and how you can use SCTP to process multiple ...
Most people who have written networking software are familiar with the TCP and UDP protocols. These are used to connect distributed applications and allow messages to flow between them. These ...
Most protocols use layered architectures to some degree, layers that you can manipulate to achieve your optimal design. Optimizing the placement of these layers, you can achieve efficient code ...