This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 move packets_lost to shm
Change-Id: I3bd8aa70f5ae508b962b6b61a1cccf3ba9837572
pull/1826/head
Richard Fuchs
2 years ago
parent
1ca584838a
commit
9ba3297d44
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
include/counter_stats_fields.inc
+1
-0
kernel-module/common_counter_stats_fields.inc
+ 0
- 1
include/counter_stats_fields.inc
View File
@ -17,7 +17,6 @@ F(oneway_stream_sess)
F
(
call_duration
)
F
(
call_duration2
)
F
(
total_calls_duration_intv
)
F
(
packets_lost
)
F
(
rtp_duplicates
)
F
(
rtp_skips
)
F
(
rtp_seq_resets
)
+ 1
- 0
kernel-module/common_counter_stats_fields.inc
View File
@ -1,3 +1,4 @@
F
(
packets_kernel
)
F
(
bytes_kernel
)
F
(
errors_kernel
)
F
(
packets_lost
)
Write
Preview
Loading…
Cancel
Save