I tried a simple code of UDP socket in Java and the analysis showed me that the DF bit was always set in the packet's IP Header, is there a way to clear the flag?
I tried out a code in TCP as well, and both the server and client code was in the same machine. Just wanted to know if there is a default setting for the flags, and if not how to clear it.