-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Labels
Milestone
Description
I'm creating a hotspot that charges by the user's traffic. I've been writting a web authentication system based on ASP.NET MVC, but I've found that I cannot stat the traffic on each /auth/ action because the incoming and outgoing values won't be resetted to zero on each report. Could you please tell me where can I modify the code that it can let the traffic statistic be automatically reseted to zero? Or could you please add a section to the configuration file that controls it? Thanks a lot!