]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:21 +0000 (11:46 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:21 +0000 (11:46 -0700)
open-vm-tools/lib/include/asyncsocket.h

index ec9b45aa3c93574f9165b4d8c5d352efc3f6915e..fac252d442539ee782eb83b4338870ebdac5a548 100644 (file)
@@ -337,7 +337,16 @@ typedef enum {
     *
     * Default: FALSE.
     */
-   ASYNC_SOCKET_OPT_SEND_LOW_LATENCY_MODE
+   ASYNC_SOCKET_OPT_SEND_LOW_LATENCY_MODE,
+   /*
+    * This socket config option provides a way to set DSCP value
+    * on the TOS field of IP packet which is a 6 bit value.
+    * Permissible values to configure are 0x0 to 0x3F, although
+    * there are only subset of these values which are widely used.
+    *
+    * Default: 0.
+    */
+   ASYNC_SOCKET_OPT_DSCP
 } AsyncSocket_OptID;
 
 /*