Questions tagged [connlimit]

17 questions
0
votes
0 answers

How to limit the total volumn from a TCP connection

I have a particular application with one type of connection that mostly sends packets to clients while receives nothing but login request. (i.e. video streaming) Therefore I want to limit the Total Volumn Received from a TCP connection (websocket…
George Y
  • 528
  • 6
  • 16
-1
votes
1 answer

How to limit number of connections user may use?

I have a process greedyprocess that is always run as user greedyuser that uses too many NAT connections. They aren't using too much bandwidth, instead they are clogging up the router's NAT table. Is it possible to limit the user to, say, 1000 open…
nullUser
  • 236
  • 1
  • 7
1
2