I did not see a way to set this in Java SE APIs, but I found a library in Java which lets you set DF bit: http://netresearch.ics.uci.edu/kfujii/jpcap/doc/javadoc/index.html
thanks Satish On 8/4/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > > On 8/4/07, satish viswanatham <[EMAIL PROTECTED]> wrote: > > Hi > > > > I quickly looked through the MINA APIs (mainly 1.x). I could not find a > way > > to set DF (do not fragment) bit. > > > > DatagramSessionConfig does not seem to have a method for this? Is that > > possible in MINA? > > > > Basically I need a Java UDP server can tell the client the maximum MTU > in > > both directions. > > Is there any way to set the DF flag in Java (not using MINA)? > > Trustin > -- > what we call human nature is actually human habit > -- > http://gleamynode.net/ > -- > PGP Key ID: 0x0255ECA6 >
