[Bug 2016] SCTP Support

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Aug 19 05:21:40 EST 2013


https://bugzilla.mindrot.org/show_bug.cgi?id=2016

--- Comment #6 from openssh at ml.breakpoint.cc ---
Created attachment 2329
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2329&action=edit
update patch against CVS as of today

This is an update version with the following changes to the original
patch:
- s/xfree/free
- clash in command args parse fixup
- configure.ac: check for sctp support if enabled. This avoids passing
  the configure script and having later errors at compile time errors
  due to missing headers or libs.
- uset setsockopt() for SCTP instead of getsockopt() a second time in
  set_nodelay()
- update man pages for scp.1, ssh.1, ssh_config.5, sshd_config.5
- use strcasecmp() for option checking so "SCTP" can be specified as
well
  as "sctp"

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list