commit | 0a1ec676ddbee712e1c1da679be4bdc529caf215 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | Mon Mar 20 21:23:59 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 21:23:59 2006 -0800 |
tree | 709db39592784baebb9f43f5d1bbd33c70fdcbeb | |
parent | c985ed705ffc682ce40d46a5f7bf98db86b27899 [diff] |
[DCCP]: Dont use dccp_v4_checksum in dccp_make_response dccp_make_response is shared by ipv4/6 and the ipv6 code was recalculating the checksum, not good, so move the dccp_v4_checksum call to dccp_v4_send_response. Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>