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

Support IPPROTO_IP level and IP_PKTINFO option in setsockopt #316

Open
robgjansen opened this issue Aug 23, 2016 · 1 comment
Open

Support IPPROTO_IP level and IP_PKTINFO option in setsockopt #316

robgjansen opened this issue Aug 23, 2016 · 1 comment
Labels
Type: Enhancement New functionality or improved design X-Archive: Shadow [Deprecated label.] Associated with the core Shadow code.

Comments

@robgjansen
Copy link
Member

Let's add a new test case to support those options to make sure we get the behavior correct when implementing it in Shadow.

See also the mailing list thread starting here:
http://mailman.cs.umn.edu/archives/shadow-support/2016-August/000552.html

@robgjansen robgjansen added feature X-Archive: Shadow [Deprecated label.] Associated with the core Shadow code. labels Aug 23, 2016
@robgjansen robgjansen added this to the release-1.11.0 milestone Aug 23, 2016
@robgjansen
Copy link
Member Author

I'm looking for the following in order to make progress on this issue:

a. explain the expected behavior from the kernel on the issue linked above
b. write a very small test case that tests for that behavior, and submit a pull request for the test case that I can merge into shadow

For b., see the example test cases in shadow/src/test - just copy a small one like the sleep test and modify to exercise and check the expected behavior. This way I will know when I have Shadow producing the correct result.

@robgjansen robgjansen removed this from the release-1.11.0 milestone Sep 18, 2016
@robgjansen robgjansen added Type: Enhancement New functionality or improved design and removed feature labels Jun 3, 2020
@stevenengler stevenengler changed the title Support IPPROTO_IP level and IP_PKTINFO option in setsockopt Support IPPROTO_IP level and IP_PKTINFO option in setsockopt Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New functionality or improved design X-Archive: Shadow [Deprecated label.] Associated with the core Shadow code.
Projects
None yet
Development

No branches or pull requests

1 participant