]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Clarify comment on what setting extended types for
authorjob@openbsd.org <job@openbsd.org>
Mon, 20 Apr 2026 07:43:52 +0000 (07:43 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 29 Apr 2026 22:23:31 +0000 (08:23 +1000)
channels does

OK djm@

OpenBSD-Commit-ID: fa035fb19b74571992fa3adca4396a4c572a7a8a

channels.c

index d7c55fc899d47388708c06d624e4239fe86cc5cb..0d4cc08068cde40b9697b8b91138c3408a000120 100644 (file)
@@ -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@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@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