Cumulative TSN in SACK (SCTP Server) is not incorrect after association created. It is always ('Initial TSN' - 1). Actually, Client sends messages to Server.
Just wondering whether it is the issue of LKSCTP ? Red Hat Enterprise Linux Server release 6.7 (Santiago) lksctp-tools-1.0.10-7.el6.x86_64
Such as 'Initial TSN' is 100 in INIT from SCTP client to SCTP server. After 4 messages handshake, client sends one message with TSN 100 to server. The Cumulative TSN in SACK from server is 99. Client sends more messages. The Cumulative TSN in SACK from server is still 99. Client retransmits messages. The Cumulative TSN in SACK from server is still 99. Late, Client sends Abort to Server.
After Abort, association is created again. Then it happens issues same with above descritpion.