NumBogusPacketsReceived Property

Returns the number of bogus packets received. A bogus packet is a packet that is received on the same IP address and port the receiver is listening for, but which is not part of an expected file transfer operation. For example, this could happen if a file transfer were taking place and the receiving address started getting audio packets on the same address.

Syntax

NSFile.NumBogusPacketsReceived

Remarks

If one protocol is expected and another is received, the packets received will be considered bogus packets. For example, if forward error-correction (FEC) is expected but only non-FEC packets are received, those packets will be tagged as bogus.

This property is always available after a transfer has started.

© 1996-1998 Microsoft Corporation. All rights reserved.