mullvad / udp-over-tcp

Proxy UDP traffic over a TCP stream
Apache License 2.0
377 stars 61 forks source link

Add LimitNOFILE=16384 to the example tcp2udp.service #23

Closed faern closed 2 years ago

faern commented 2 years ago

Shows how to run the service with a raised soft limit on the number of open FDs. Since the default is pretty often low, and the service should be able to handle many simultaneous connections


This change is Reviewable