]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit8901f4e5b178f4e24f5d0ec3424a4a039e36c2c3
treedb6eeaf68290a0247449e824e3c46a7929f4be02
parent1b17c285e9dfb7f7b5e1557117f1deb94e75511d
[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