I'm running the proxy server with user authentication added in. I want to
limit the users to one-minute sessions at a time. What is the "proper" way
to achieve this? My (admittedly limited) experience with the code points to
somehow tracking the client session that was created when that user
connected, and killing it, but I don't know how to track it at the point
where the user is looked up in authDB, nor what the correct way to kill the
session is that won't create either dangling pointers or memory leaks.

Thanks!

v.
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to