This is version two of SCTP support in ss patch set. With only minor changes from v1, it is rather a resubmit to draw people's attention.
The changes from v1 are: - Patch 1 adds linux/sctp.h after proper extraction from kernel UAPI headers (although it didn't change due to that), patch description updated accordingly. - Patch 2 also adds the new flag to ss man page. Phil Sutter (2): include: Add linux/sctp.h ss: Add support for SCTP protocol include/linux/sctp.h | 1005 ++++++++++++++++++++++++++++++++++++++++++++++++++ man/man8/ss.8 | 3 + misc/ss.c | 212 ++++++++++- 3 files changed, 1212 insertions(+), 8 deletions(-) create mode 100644 include/linux/sctp.h -- 2.10.0