[openssh-commits] [openssh] 04/04: Define IPTOS_DSCP_VA if not already defined.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Dec 7 14:52:52 AEDT 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 185459dd87c4f7580a2591fbbbb1d800ec249b78
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Dec 7 14:17:20 2025 +1100
Define IPTOS_DSCP_VA if not already defined.
---
defines.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/defines.h b/defines.h
index a1bd6fad3..43d3c0a3f 100644
--- a/defines.h
+++ b/defines.h
@@ -95,6 +95,9 @@ enum
# define IPTOS_DSCP_CS6 0xc0
# define IPTOS_DSCP_CS7 0xe0
#endif /* IPTOS_DSCP_CS0 */
+#ifndef IPTOS_DSCP_VA
+# define IPTOS_DSCP_VA 0x2c
+#endif /* IPTOS_DSCP_VA */
#ifndef IPTOS_DSCP_EF
# define IPTOS_DSCP_EF 0xb8
#endif /* IPTOS_DSCP_EF */
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list