dccp: Implement lookup table for feature-negotiation information
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Wed, 5 Nov 2008 07:43:47 +0000 (23:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Nov 2008 07:43:47 +0000 (23:43 -0800)
commit7d43d1a0f2cf535167ec7247f110a1f85cecac43
tree3dc4411cfe27b3ffd0368a65f8ec17dd809157a7
parentbd012f2e7be9f69a47d240ded0fa491967d9827c
dccp: Implement lookup table for feature-negotiation information

A lookup table for feature-negotiation information, extracted from RFC
4340/42, is provided by this patch. All currently known features can
be found in this table, along with their feature location, their
default value, and type.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dccp.h
net/dccp/feat.c