Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Perl getsockopt() on SCTP sockets doesn't work https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=207838 bugzilla@xxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |medium Priority|normal |medium ------- Additional Comments From nhorman@xxxxxxxxxx 2007-06-11 10:42 EST ------- This seems like a kernel bug to me. We're checking all our getsockopt values for != sizeof(option) rather than for < sizeof(option), and we should be returning ENOBUFS, rather than EINVAL (or silently truncating the result as POSIX indicates). -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.