/* File: payload.h */ #ifndef KR_PAYLOAD_H #define KR_PAYLOAD_H /* ********************************************************************* ALTERNATING BIT AND GO-BACK-N NETWORK EMULATOR Revised version of code by J.F. Kurose From the companion website for _Computer Networking: A Top-Down Approach Featuring the Internet_ by J.F. Kurose and Ross (c) 2001 by Addison Wesley Longman Based on document at (as of 02 July 2002) ********************************************************************* */ #define PAYLOAD_SZ (20) #endif /* EOF (payload.h) */