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
fix byte stats in kernel module
pull/81/head
Richard Fuchs
11 years ago
parent
5fa9902de9
commit
c21193a329
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kernel-module/xt_RTPENGINE.c
+ 1
- 1
kernel-module/xt_RTPENGINE.c
View File
@ -2256,7 +2256,7 @@ out:
g
-
>
stats
.
errors
+
+
;
else
{
g
-
>
stats
.
packets
+
+
;
g
-
>
stats
.
bytes
+
=
skb
-
>
len
;
g
-
>
stats
.
bytes
+
=
data
len
;
}
spin_unlock_irqrestore
(
&
g
-
>
stats_lock
,
flags
)
;
Write
Preview
Loading…
Cancel
Save