| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Dec 07, 2005 4:26 am Post subject: max connections |
|
|
In the <limits><clients> section of the icecast.xml file, if I put in 3 (cause I have a cable connection), does that mean that if a 4th person tries to connect to my server that they won't be able to because all three simultaneous connections are being used?
I want to make a limit so that if too many ppl try to connect, they wont' be able to and it won't degrade the server upload stream for the other 3 ppl. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Dec 07, 2005 1:52 pm Post subject: |
|
|
<clients> is the overall limit for all client connections, you can apply <max-listeners> to each <mount> to limit the number of listeners.
karl. |
|
| Back to top |
|
 |
|