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

Adding IP_TTL socket option while restoring #2300

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

rahulk789
Copy link
Contributor

Regarding issue #2007

@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c474816) 70.55% compared to head (1991b80) 70.30%.
Report is 4 commits behind head on criu-dev.

❗ Current head 1991b80 differs from pull request most recent head e33b164. Consider uploading reports for the commit e33b164 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##           criu-dev    #2300      +/-   ##
============================================
- Coverage     70.55%   70.30%   -0.25%     
============================================
  Files           132      134       +2     
  Lines         33508    34044     +536     
============================================
+ Hits          23642    23936     +294     
- Misses         9866    10108     +242     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@rst0git rst0git left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rahulk789
Copy link
Contributor Author

Any updates on this?

Copy link

A friendly reminder that this PR had no activity for 30 days.

@rst0git rst0git removed the stale-pr label Jan 17, 2024
@avagin avagin merged commit a49d6db into checkpoint-restore:criu-dev Feb 5, 2024
34 of 39 checks passed
if (ioe->has_ttl)
ret |= restore_opt(sk, SOL_IP, IP_TTL, &ioe->ttl);

}
Copy link
Member

@Snorch Snorch Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excess newline and bad alignment.

upd: #2344

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

Successfully merging this pull request may close these issues.

5 participants