Design
peer.asc
Associated article: Hippi and High-Performance Lans
Tags: Design
_HIPPI AND HIGH-PERFORMANCE LANS_ by Andy Nicholson [LISTING ONE] /* echo.h - header file for the echo example programs */ #define BUFSIZE 512 #define ECHOPORT 7500 #define ECHO_REQUEST 1 #define ECHO_REPLY 2 [LISTING TWO] /* echos.c -- The echo service server program */ #include &...


