/* * Salamander Transport Layer * * Michael J. Willis (violator@umich.edu) * * $Workfile: SalDataFlowStats.java $ * $Author: rmalan $ * $Date: 1997/07/16 02:22:28 $ * $Revision: 1.2 $ */ package Salamander; /** * This class will contain statistics about a given data flow, * such as the number of packets/bytes that have been received, * the time of the last receipt, etc. */ public class SalDataFlowStats { }