Skip to content

Commit

Permalink
fix missing unit in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Elkner committed Feb 6, 2024
1 parent 6980c5b commit ed41ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/ns_turn_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extern "C" {

//////////// defines //////////////

// Even if a single threaded app handles on average about 1 session/s
// Even if a single threaded app handles on average about 1k session/s
// this means, the counter lasts ~ 31.7 years before it wraps to 0 and even
// than it is unlikely, that a session last that long and a collision occures.
#define TURN_SESSION_ID_FACTOR (1000000000LL)
Expand Down

0 comments on commit ed41ff2

Please sign in to comment.