]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[DCCP]: Tidy up unused structures
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Tue, 28 Nov 2006 21:33:36 +0000 (19:33 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:30:59 +0000 (21:30 -0800)
commit5aed324369c94a2c38469c8288e42eb1a9fac400
tree76290075540058745b53d34db1672f5e292e6b1a
parent78ad713da673a2977763521c347176137f3e493f
[DCCP]: Tidy up unused structures

This removes and cleans up unused variables and structures which have become
unnecessary following the introduction of the EWMA patch to automatically track
the CCID 3 receiver/sender packet sizes `s'.

It deprecates the PACKET_SIZE socket option by returning an error code and
printing a deprecation warning if an application tries to read or write this
socket option.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
include/linux/dccp.h
net/dccp/ccids/ccid3.h
net/dccp/proto.c