From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:21 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~508 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d77f0d8d8cdf9f50620adf5dd287b5c5357254;p=thirdparty%2Fopen-vm-tools.git Common header file change; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/asyncsocket.h b/open-vm-tools/lib/include/asyncsocket.h index ec9b45aa3..fac252d44 100644 --- a/open-vm-tools/lib/include/asyncsocket.h +++ b/open-vm-tools/lib/include/asyncsocket.h @@ -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; /*