---
title: receivedTransportOutOfOrderByteCount
framework: network
role: symbol
role_heading: Instance Property
path: network/nwconnection/datatransferreport/pathreport/receivedtransportoutoforderbytecount
---

# receivedTransportOutOfOrderByteCount

The number of bytes the transport protocol received out of order.

## Declaration

```swift
let receivedTransportOutOfOrderByteCount: UInt64
```

## See Also

### Inspecting Transport Metrics

- [receivedTransportByteCount](network/nwconnection/datatransferreport/pathreport/receivedtransportbytecount.md)
- [receivedTransportDuplicateByteCount](network/nwconnection/datatransferreport/pathreport/receivedtransportduplicatebytecount.md)
- [sentTransportByteCount](network/nwconnection/datatransferreport/pathreport/senttransportbytecount.md)
- [retransmittedTransportByteCount](network/nwconnection/datatransferreport/pathreport/retransmittedtransportbytecount.md)
- [transportSmoothedRTT](network/nwconnection/datatransferreport/pathreport/transportsmoothedrtt.md)
- [transportMinimumRTT](network/nwconnection/datatransferreport/pathreport/transportminimumrtt.md)
- [transportRTTVariance](network/nwconnection/datatransferreport/pathreport/transportrttvariance.md)
