https://bugzilla.mindrot.org/show_bug.cgi?id=2016
--- Comment #6 from [email protected] --- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
