[PATCH] Added NoDelay config option and nodelay subsystem option
    Jim Knoble 
    jmknoble at pobox.com
       
    Sun Jan 27 10:09:10 EST 2002
    
    
  
Circa 2002-Jan-26 20:47:45 +0100 dixit Tobias Ringstrom:
: * Changed the sshd subsystem config option syntax from
: 	Subsystem  name  path
:   to
: 	Subsystem  name  options  path
:   where options is similar to the option field in fstab.  The only options 
:   right now are "defaults" and "nodelay".  I also added a backwards 
:   compatible hack:  If the parser finds a slash (/) as the first character 
:   of the options field, it emits a warning and assumes defaults.
Why not:
  Subsystem name path [options]
?  That way you don't need the cruft to detect forward-slashes, and you
can omit the warnings as well, since the options are ... well, optional.
-- 
jim knoble | jmknoble at pobox.com | http://www.pobox.com/~jmknoble/
    
    
More information about the openssh-unix-dev
mailing list