Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTU MSS #67

Open
andre77 opened this issue May 21, 2014 · 1 comment
Open

MTU MSS #67

andre77 opened this issue May 21, 2014 · 1 comment

Comments

@andre77
Copy link

andre77 commented May 21, 2014

its not an issue, more a question...

from the class com.barchart.udt.OptionUDT:

/** 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?

@sinlang
Copy link

sinlang commented Oct 9, 2014

you can be clearly if read here, it just a alias for the same option
http://udt.sourceforge.net/udt4/doc/opt.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants