<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WiFiAware",
  "identifier" : "/documentation/WiFiAware/WAPerformanceForecast/localThroughputCeiling",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Wi-Fi Aware"
    ],
    "preciseIdentifier" : "s:9WiFiAware21WAPerformanceForecastV22localThroughputCeilingSdSgvp"
  },
  "title" : "localThroughputCeiling"
}
-->

# localThroughputCeiling

The highest throughput a connection from the local device to the remote device is capable of under ideal conditions, given the hardware capabilities of the local device.
The actual throughput achieved can be lower in the presence of other active connections.

```
let localThroughputCeiling: Double?
```

## Discussion

The result is in `Mbps` and can be `nil` if the system can’t calculate it.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)