diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-20 17:13:13 -0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-10-20 17:13:13 -0200 |
commit | b2cc99f04c5a732c793519aca61a20f719b50db4 (patch) | |
tree | 0614c2c1d40926cec4bfe91524bf50c6aff0063f /kernel/user.c | |
parent | 49c5bfaffe8ae6e6440dc4bf78b03800960d93f5 (diff) |
[TCP] Allow len == skb->len in tcp_fragment
It is legitimate to call tcp_fragment with len == skb->len since
that is done for FIN packets and the FIN flag counts as one byte.
So we should only check for the len > skb->len case.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'kernel/user.c')
0 files changed, 0 insertions, 0 deletions