]> git.baikalelectronics.ru Git - kernel.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)
commit799be84a4db7f59266727fc983801a1b5caa33cd
tree76290075540058745b53d34db1672f5e292e6b1a
parente1a850d13596b9f68079ee266e5935485901431f
[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