On Nov 12, 2009 at 07:22, Juha Heinanen <[email protected]> wrote: > when i start sr, i get to syslog > > Nov 12 07:20:55 localhost kernel: [ 1472.803444] SCTP: Use of struct > sctp_assoc_value in delayed_ack socket option deprecated > Nov 12 07:20:55 localhost kernel: [ 1472.803460] SCTP: Use struct > sctp_sack_info instead > > any idea what to do in order to get rid of them?
There is one valid reason for which you should get this: your lksctp userspace lib version is older and does not support SCTP_DELAYED_SACK, while the kernel is newer (>=2.6.27). However you will get this even if you have the latest lksctp, because the lksctp has a typo in it and defines/uses SCTP_DELAYED_ACK instead of SCTP_DELAYED_SACK (I'll report it). I'll come up with some sort of a linux specific workaround for this. Andrei _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
