C# Class Squishy.Network.ThrottleGroup

Datei anzeigen Open project: jaddie/WCell-Utility-Bot

Public Methods

Method Description
Add ( Connection con ) : void
ThrottleGroup ( int maxBytesPerSecond, ThrottleType type ) : System

Private Methods

Method Description
PollRead ( ) : long
PollSend ( ) : long

Method Details

Add() public method

public Add ( Connection con ) : void
con Connection
return void

ThrottleGroup() public method

public ThrottleGroup ( int maxBytesPerSecond, ThrottleType type ) : System
maxBytesPerSecond int
type ThrottleType
return System