Java Socket call SetTrafficClass after Socket has connected

423 Views Asked by At

After I create a Socket (within Android) I call setTrafficClass to modify the TOS field, then do the rest of the setup and call connect on the Socket and this all works fine.

If I then call SetTrafficClass again the Socket appears to stop working, is this normal behaviour?

0

There are 0 best solutions below