The C++ framework for developing highly scalable, high performance servers on Windows platforms.

FlowControlStreamSocketConnectionFilter.h File Reference


Namespaces

namespace  JetByteTools
namespace  JetByteTools::IO
namespace  JetByteTools::Socket

Classes

class  CFlowControlStreamSocketConnectionFilter
 A connection filter that will manage the flow of data on a connection so as to prevent uncontrolled resource usage if there is more data to send than the connection can manage. The filter monitors the rate at which writes that are issues on the connection are completing. If the rate is slower than the rate at which new writes are being issued on the connection then the filter begins to buffer the data in a list and will send it when the connection has capacity. If the list exceeds a predefined maximum amount of buffered data then the filter will either begin to discard data either in a FIFO or LIFO order or it will call a callback method that you supply and give you the list to deal with. More...
class  CFlowControlStreamSocketConnectionFilter::IProcessBufferList


Generated on Sun Sep 12 19:06:42 2021 for The Server Framework - v7.4 by doxygen 1.5.3