From: Sébastien V. <vi...@cl...> - 2008-11-03 20:19:46
|
Hello all, I begin to upgrade TurnServer to the latest TURN draft : http://tools.ietf.org/html/draft-ietf-behave-turn-11. I have commited on turnserver-draft-11 branche: svn co https://turnserver.svn.sourceforge.net/svnroot/turnserver/branches/turnserver-draft-11 turnserver-draft-11 Things already done: - Add attributes from turn-11 draft; - Add authentication on all TURN responses when possible; - Pre-calculate account MD5 hash; - Re-organize some code (message-integrity calculation, ...); - Alternate behavior for DF flag; - Separate TCP and TLS sockets; - Correctly relayed data from peer to client in TLS; - Typos. Things that need to be done: - Support multiple XOR-PEER-ADDRESS - Quotas on allocation per user; - IP range restriction (CreatePermission); - List OS that support or not setting DF flag. Note that this version is experimental. So I encourage you to test this version and give feedbacks (something not working / contrary to the draft, missing functionnality from the draft, ...). Regards, -- Sebastien Vincent |