Proxy refinements (thanks to @Lukasa). by jglogan · Pull Request #873 · apple/container

@jglogan changed the title Proxy refinements (thanks to @Lukasa!). Proxy refinements (thanks to @Lukasa).

Nov 13, 2025

@jglogan

- Lock-free UDP proxy forwarding by puttng front and
  back end on the same thread.
- Cleans up some Swift language awkwardness in the proxies.

saehejkang pushed a commit to saehejkang/container that referenced this pull request

Jan 27, 2026
- Lock-free UDP proxy forwarding by puttng front and back end on the
same thread.
- Cleans up some Swift language awkwardness in the proxies.

## Type of Change
- [ ] Bug fix
- [x] New feature  (optimization)
- [ ] Breaking change
- [ ] Documentation update

## Motivation and Context
Proxies worked but could be made lock-free.

## Testing
- [x] Tested locally
- [ ] Added/updated tests
- [ ] Added/updated docs