C# Class netki.PacketLaneReliableOrdered

Inheritance: PacketLane
Mostrar archivo Open project: raxptor/putki-historical

Public Methods

Method Description
ComputePacketLoss ( ) : float
Error ( string desc ) : void
Incoming ( Bitstream stream ) : void
PacketLaneReliableOrdered ( ) : System
Send ( Bitstream stream ) : void
Update ( float dt, PacketLaneOutput outputFn ) : netki.Bitstream.Buffer
WrapOut ( Bitstream dest, Bitstream src, byte seq ) : void

Method Details

ComputePacketLoss() public method

public ComputePacketLoss ( ) : float
return float

Error() public method

public Error ( string desc ) : void
desc string
return void

Incoming() public method

public Incoming ( Bitstream stream ) : void
stream Bitstream
return void

PacketLaneReliableOrdered() public method

public PacketLaneReliableOrdered ( ) : System
return System

Send() public method

public Send ( Bitstream stream ) : void
stream Bitstream
return void

Update() public method

public Update ( float dt, PacketLaneOutput outputFn ) : netki.Bitstream.Buffer
dt float
outputFn PacketLaneOutput
return netki.Bitstream.Buffer

WrapOut() public method

public WrapOut ( Bitstream dest, Bitstream src, byte seq ) : void
dest Bitstream
src Bitstream
seq byte
return void