getsockopt(sock_fd, IPPROTO_SCTP, SCTP_STATUS, &status, &retsz)
returns 'Invalid argument'. does it means the option SCTP_STATUS is not supported by the system?(Ubuntu12.04) I'm sure that sock_fd is no problem. any idea?Thanks in advance
getsockopt(sock_fd, IPPROTO_SCTP, SCTP_STATUS, &status, &retsz)
returns 'Invalid argument'. does it means the option SCTP_STATUS is not supported by the system?(Ubuntu12.04) I'm sure that sock_fd is no problem. any idea?Thanks in advance