swiftsocket / SwiftSocket

The easy way to use sockets on Apple platforms
BSD 3-Clause "New" or "Revised" License
1.68k stars 400 forks source link

maximum concurrent open connections? #206

Open matti opened 3 years ago

matti commented 3 years ago

What limits this, can it be raised?

simonepauro commented 1 year ago

The limit is due to the maximum open file limit of the system (ulimit), on watchOS is 255, I believe the same limit is also on iOS but I didn't try. In my experience this limit cannot be increased.

matti commented 1 year ago

actually ios limits to something like 10