Skip to content
Commit 4e8a5201 authored by David S. Miller's avatar David S. Miller
Browse files

[PKT_SCHED] netem: Orphan SKB when adding to queue.



The networking emulator can queue SKBs for a very long
time, so if you're using netem on the sender side for
large bandwidth/delay product testing, the SKB socket
send queue sizes become artificially larger.

Correct this by calling skb_orphan() in netem_enqueue().

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6a43487f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment