]> git.tuebingen.mpg.de Git - paraslash.git/commit
05_dccp-supported-ccid-lookup.diff
authorGerrit Renker <grenker@cscs.ch>
Thu, 25 Feb 2010 16:05:45 +0000 (17:05 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 25 Feb 2010 16:05:45 +0000 (17:05 +0100)
commite9e826f4fb415c4225ff5934fe42572ffa3b5ebc
tree86912d443e0cfa5887fec6b69d08e548e3dacd4d
parent6d279099a23b2ddc99c8888f2e5f2dd9c0755e7b
05_dccp-supported-ccid-lookup.diff

This adds a self-contained function to return the space-separated list of
CCIDs available on the para_server. Visible via 'para_client si'.

Since feature negotiation for CCIDs is supported only from v2.6.30-rc1
(released 7th April 2009), a more recent kernel (>= 2.6.30) is needed to
support this feature, as well as subsequent per-connection use of CCIDs.

Note: This patch still uses a hardcoded upper bound (DCCP_MAX_HOST_CCIDS),
      support dynamically detecting the number of CCIDs will be in 2.6.33.
dccp_send.c
net.c
net.h