Yep, I am. It was one of the things that I've tried that I found through another Forum Post.
I even tried settings some parameters that you actually can't set on the Listener, they were meant for a NWConnection.
But I've tried setting theses, and it didn't seem to have any effect.
params.allowLocalEndpointReuse = true // SO_REUSEADDR?
params.includePeerToPeer = true
params.acceptLocalOnly = true
listener = try NWListener(using: params, on: port)
listener?.start(queue: .main)
Topic:
App & System Services
SubTopic:
Networking
Tags: