Posted By:
sethumadhavan_k
Posted On:
Friday, August 20, 2010 08:32 AM
We are trying to run a simple java program using setTraficClass() in the following platform
client_socket.setTraficClass(34)
We are using java 1.6.0_10 on Linux 2.6.18-84.e15PAE
We captured the IP header using Wireshark.
But the DSCP value is always coming as default(0x00) when tested with wireshark.
So does the underlying OS will override our DSCP value to default(0x00)?