Simple flow control protocol. After max_credits bytes sent to the group (or an individual member), the sender blocks until it receives an ack from all members that they indeed received max_credits bytes. Design in doc/design/SimpleFlowControl.txt Note that SFC supports only flow control for multicast messages; unicast flow control is not supported ! Use FC if unicast flow control is required.
@author Bela Ban
@version $Id: SFC.java,v 1.24 2008/10/21 12:41:47 vlada Exp $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.