Previous | Next |
Returns the number of bogus packets received.
Syntax
NSFile.NumBogusPacketsReceived
Remarks
A bogus packet is a packet that is received on the same IP address and port that the receiver is listening for, but which is not part of an expected file transfer operation. For example, this can happen if, during a file transfer, the receiving address starts getting audio packets on the same address.
If one protocol is expected and another is received, the packets received are considered bogus packets. For example, if forward error-correction (FEC) is expected but only non-FEC packets are received, those packets are tagged as bogus.
This property is always available after a transfer has started.
Previous | Next |