<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/NetworkConnection/remoteMaxStreamsUnidirectional",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network0A10ConnectionCA2A4QUICVRszrlE30remoteMaxStreamsUnidirectionalSivp"
  },
  "title" : "remoteMaxStreamsUnidirectional"
}
-->

# remoteMaxStreamsUnidirectional

Get the maximum number of unidirectional streams advertised by peer that an application is
allowed to create.

```
final var remoteMaxStreamsUnidirectional: Int { get }
```

## Discussion

Note that while attempts to create streams above this limit will
be blocked until the server increases the limit, these blocked
attempts will cause a STREAMS_BLOCKED frame to be sent to the
server. This informs the server that the client has more streams
it would like to create. As a result, the caller should attempt to
create streams over this limit if it desires more streams.

---

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)