LBM .Net API Documentation
naksShed Method
Namespacescom.latencybusters.lbmLBMSourceStatisticsnaksShed()()()
Number of NAKs this source transport has shed and sent an NCF with reason code "shed" (LBT-RM, LBT-RU).
Declaration Syntax
C#
public long naksShed()
Return Value
Number of NAKs this source transport has shed and sent an NCF with the reason code set to "shed".
Remarks
When a source transport's retransmit rate limiter and retransmit queue are both at maximum, it responds to a NAK by sending an "NCF shed", and does not retransmit. The receiver transport should wait, then send another NAK. If this count is high, one or more crybaby receiver transports may be clogging the source transport's retransmit queue. This method returns a value from the first set of statistics encapsulated within this object and would normally be used when the object has been created using a specific source to instantiate the class.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0