[DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Sun, 28 Aug 2005 07:51:32 +0000 (04:51 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:13:37 +0000 (16:13 -0700)
commita84ffe430342db6ee585a5038f3242a6b4112d69
treedb6eeaf68290a0247449e824e3c46a7929f4be02
parent0ac4f893f20ed524198da5ebf591fc0b9e2ced2f
[DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE

So that applications can set dccp_sock->dccps_pkt_size, that in turn
is used in the CCID3 half connection init routines to set
ccid3hc[tr]x_s and use it in its rate calculations.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dccp.h
net/dccp/ccids/ccid3.c
net/dccp/proto.c