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

Allow Android to use timerfd #1336

Closed
wants to merge 1 commit into from

Conversation

zachoverflow
Copy link
Contributor

Hey there! I'm from the Android Bluetooth team, and we're using timerfd for our timers (even in our old C/C++ code) since they can wake the device. Here's a small patch that opens up timerfd to the Android config too.

@asomers
Copy link
Member

asomers commented Nov 17, 2020

Looks good, assuming it works (we don't run Android tests in CI). But could you also please add a CHANGELOG entry? And since you obviously have an Android environment, could you please try running the test suite and report what happens?

bors bot added a commit that referenced this pull request Sep 12, 2021
1509: Allow Android to use timerfd r=asomers a=rtzoeller

This is a continuation of #1336 which also enables the timerfd tests.

```
running 3 tests
test sys::test_timerfd::test_timerfd_unset ... ok
test sys::test_timerfd::test_timerfd_oneshot ... ok
test sys::test_timerfd::test_timerfd_interval ... ok
```

1515: Add IP_TTL/IPV6_UNICAST_HOPS SockOpts r=asomers a=cemeyer

Test: `cargo test --test test test_ttl_opts`

Co-authored-by: Ryan Zoeller <[email protected]>
Co-authored-by: Conrad Meyer <[email protected]>
@rtzoeller
Copy link
Collaborator

Superseded by #1509.

@rtzoeller rtzoeller closed this Nov 19, 2021
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.

3 participants