Deleted Added
full compact
92c92
< port = (arc4random() % NPORTS) + STARTPORT;
---
> port = arc4random_uniform(NPORTS) + STARTPORT;