mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
11
src/patches/pomng.fix
Normal file
11
src/patches/pomng.fix
Normal file
@@ -0,0 +1,11 @@
|
||||
--- linux-2.4.patch.old 2004-08-11 19:57:22.498678130 +0100
|
||||
+++ linux-2.4.patch 2004-08-11 19:57:36.474241273 +0100
|
||||
@@ -402,7 +402,7 @@
|
||||
+ }
|
||||
+
|
||||
+ /* if threshold is reached, send message to userspace */
|
||||
-+ if (qlen >= loginfo.qthreshold) {
|
||||
++ if (ub->qlen >= loginfo.qthreshold) {
|
||||
+ if (loginfo.qthreshold > 1)
|
||||
+ nlh->nlmsg_type = NLMSG_DONE;
|
||||
+ }
|
||||
Reference in New Issue
Block a user