---
title: "allow(_:)"
framework: networkextension
role: symbol
role_heading: Instance Method
path: "networkextension/nefilterpacketprovider/allow(_:)"
---

# allow(_:)

Allow delivery of a previously-delayed packet.

## Declaration

```swift
func allow(_ packet: NEPacket)
```

## Parameters

- `packet`: The packet previously delayed by the packet handler.

## Discussion

Discussion Use this method to allow a previously-delayed packet to continue its journey into or out of the networking stack.

## See Also

### Delaying packets

- [delayCurrentPacket(_:)](networkextension/nefilterpacketprovider/delaycurrentpacket(_:).md)
