---
title: remoteMaxStreamsBidirectional
framework: network
role: symbol
role_heading: Instance Property
path: network/networkconnection/remotemaxstreamsbidirectional
---

# remoteMaxStreamsBidirectional

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

## Declaration

```swift
final var remoteMaxStreamsBidirectional: Int { get }
```

## Discussion

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.
