---
title: "noPush(_:)"
framework: network
role: symbol
role_heading: Instance Method
path: "network/tcp/nopush(_:)"
---

# noPush(_:)

Enable no-push mode.

## Declaration

```swift
func noPush(_ noPush: Bool) -> TCP
```

## Parameters

- `noPush`: True to use no-push mode, false otherwise.

## Discussion

Discussion A boolean indicating that TCP should use no-push mode (TCP_NOPUSH).
