diff options
| author | Vijay Subramanian <subramanian.vijay@gmail.com> | 2012-01-19 10:20:59 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-01-22 15:08:44 -0500 |
| commit | a42b4799c683723e8c464de4026af085b2ebd5fa (patch) | |
| tree | 303ebae69ea9f9db0a5bdf7020dc26c01af14afd /net/ipv4/tcp_input.c | |
| parent | 803143fbda719106017309d551d082e4b4e7c8c3 (diff) | |
| download | olio-linux-3.10-a42b4799c683723e8c464de4026af085b2ebd5fa.tar.xz olio-linux-3.10-a42b4799c683723e8c464de4026af085b2ebd5fa.zip | |
netem: Fix off-by-one bug in reordering
With netem reordering, a gap of N is supposed to reorder every Nth packet with
given reorder probability. However, the code currently skips N packets and
reorders every (N+1)th packet.
Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions