I have a suggestion regarding types, names, and things shared between CCID3 and CCID4 via dccp_tfrc_lib: I think it would be best to name all such shared structures / names, when they are to appear in the dccp_tfrc_lib, as `tfrc_xxx' instead of `ccid34_xxx' For example, enum tfrc_fback_type { // ... }; instead of: | enum ccid34_fback_type { | + FBACK_NONE = 0, | + FBACK_INITIAL, | + FBACK_PERIODIC, | + FBACK_PARAM_CHANGE | +}; There are no mechanisms other than TFRC (current work builds around TFRC, rather than entirely new schemes) so I think that this naming scheme is safe; and it would be consistent throughout the library. I'd hope that Arnaldo and Ian add their take if they disagree or have other suggestions. - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html