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

IPv6 hop limit is initialised inconsistently in the code #329

Open
tim-ist opened this issue Feb 27, 2015 · 0 comments
Open

IPv6 hop limit is initialised inconsistently in the code #329

tim-ist opened this issue Feb 27, 2015 · 0 comments

Comments

@tim-ist
Copy link
Contributor

tim-ist commented Feb 27, 2015

In IPProtocolP.nc it is hardcoded to 16:
msg->ip6_hdr.ip6_hops = 16;
While in IPP.nc it is set to IP_HOP_LIMIT which is equal to 64.
hdr->hlim = IP_HOP_LIMIT;

The question is whether this difference is intentional. If such, is it reasonable to introduce a (separate) configuration constant for the first case?
The reason is that I need to increase the (first) hop limit and would like to find the right way of doing it.

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

1 participant