dotiao / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

Turn control packets counted twice #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.start server in long-term credential mode
2.use turn client to connect
3.check counted packets/bytes in super session

What is the expected output? What do you see instead?
counted received packets/bytes are greater than actually received

What version of the product are you using? On what operating system?

Please provide any additional information below.
every control packet needs authorization which goes into auth thread, causing 
processing of this packets to be postponed. When the processing is resumed, 
this packet is counted again.

Original issue reported on code.google.com by zjudon...@gmail.com on 20 Nov 2013 at 1:31

GoogleCodeExporter commented 9 years ago
will be fixed in 3.0.1.0

Original comment by mom040...@gmail.com on 20 Nov 2013 at 2:45

GoogleCodeExporter commented 9 years ago
Fixed in 3.0.1.2

Original comment by mom040...@gmail.com on 25 Nov 2013 at 5:36