You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** the Maximum Transfer Unit. */
public static final OptionUDT<Integer> UDT_MSS = //
NEW(0, Integer.class, DECIMAL);
/** the Maximum Transfer Unit., bytes */
public static final OptionUDT<Integer> Maximum_Transfer_Unit = //
NEW(0, Integer.class, DECIMAL);
this two options are actually the same, since they share the code "0"
i'm a bit confused, since the MTU and MSS are not the same thing.
so what is exactly set here?
The text was updated successfully, but these errors were encountered:
its not an issue, more a question...
from the class com.barchart.udt.OptionUDT:
this two options are actually the same, since they share the code "0"
i'm a bit confused, since the MTU and MSS are not the same thing.
so what is exactly set here?
The text was updated successfully, but these errors were encountered: