[Bug 1604] SCTP support for openssh
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Fri Jun 19 04:36:59 EST 2009
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Maciej Żenczykowski <zenczykowski at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zenczykowski at gmail.com
--- Comment #1 from Maciej Żenczykowski <zenczykowski at gmail.com>  2009-06-19 04:36:58 ---
(outside observer)
While I agree that getting SCTP support for SSH would be real nice. 
The presented patch merely uses SCTP in (what is effectively) TCP
emulation mode.
SCTP offers a lot of features that mesh well with ssh, ie.:
 - seperate channels for stdin/stdout/stderr, for every port forward,
for authentication agents, X forwarding, etc.
 - the ability to monitor IP addresses available on the machine the
client or server is running on and add these to the existing connection
 - others?
I realize of course that implementing all these 'features' would be a
*lot* more work than simply using TCP emulation mode.  However if we
start off with TCP emulation mode won't we than have to support it for
ever more - wouldn't it make sense to start of with a _real_
implementation?  Is there a benefit to supporting ssh over sctp in tcp
emulation mode?  Won't performance be pretty much identical to using
tcp?
(really just food for thought...)
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list