C# Class netki.PacketLaneUnreliableOrdered

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

Public Methods

Method Description
ComputePacketLoss ( ) : float
Error ( string desc ) : void
Incoming ( Bitstream stream ) : void
PacketLaneUnreliableOrdered ( ) : System
Send ( Bitstream stream ) : void
Update ( float dt, PacketLaneOutput outputFn ) : Bitstream.Buffer

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

PacketLaneUnreliableOrdered() public method

public PacketLaneUnreliableOrdered ( ) : System
return System

Send() public method

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

Update() public method

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