[openssh-commits] [openssh] 01/03: upstream: Clarify comment on what setting extended types for

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Apr 30 08:23:44 AEST 2026


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit f24dc9e993de6f99d5dcb06ba3a401fe5792b2f4
Author: job at openbsd.org <job at openbsd.org>
AuthorDate: Mon Apr 20 07:43:52 2026 +0000

    upstream: Clarify comment on what setting extended types for
    
    channels does
    
    OK djm@
    
    OpenBSD-Commit-ID: fa035fb19b74571992fa3adca4396a4c572a7a8a
---
 channels.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/channels.c b/channels.c
index d7c55fc89..0d4cc0806 100644
--- a/channels.c
+++ b/channels.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.c,v 1.458 2026/03/28 05:16:18 djm Exp $ */
+/* $OpenBSD: channels.c,v 1.459 2026/04/20 07:43:52 job Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -368,7 +368,7 @@ channel_classify(struct ssh *ssh, Channel *c)
 /*
  * Sets "extended type" of a channel; used by session layer to add additional
  * information about channel types (e.g. shell, login, subsystem) that can then
- * be used to select timeouts.
+ * be used to select timeouts and DSCP values.
  * Will reset c->inactive_deadline as a side-effect.
  */
 void

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list