X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsocket-util.h;h=56c72cd3727d3e89916c068c699e75a1b9c07bd4;hb=271c896ee455422992f8717f5c715ae8522c4000;hp=07c9327c4d7113d06eb0bc44ee894cf5da128c21;hpb=ef8a3d14976080fc5e29ce04bea8bd88f8b631f2;p=sliver-openvswitch.git diff --git a/lib/socket-util.h b/lib/socket-util.h index 07c9327c4..56c72cd37 100644 --- a/lib/socket-util.h +++ b/lib/socket-util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -66,7 +66,7 @@ char *describe_fd(int fd); /* Default value of dscp bits for connection between controller and manager. * Value of IPTOS_PREC_INTERNETCONTROL = 0xc0 which is defined - * in is used. */ -#define DSCP_DEFAULT IPTOS_PREC_INTERNETCONTROL + * in is used. */ +#define DSCP_DEFAULT (IPTOS_PREC_INTERNETCONTROL >> 2) #endif /* socket-util.h */