-
Notifications
You must be signed in to change notification settings - Fork 611
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
Conversation
Signed-off-by: rahulk789 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Signed-off-by: rahulk789 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Any updates on this? |
A friendly reminder that this PR had no activity for 30 days. |
if (ioe->has_ttl) | ||
ret |= restore_opt(sk, SOL_IP, IP_TTL, &ioe->ttl); | ||
|
||
} |
There was a problem hiding this comment.
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
Regarding issue #2007