ConnectivityStatus#481
Open
257 wants to merge 1 commit into
Open
Conversation
AmarOk1412
suggested changes
Feb 5, 2020
257
force-pushed
the
connstat
branch
9 times, most recently
from
February 6, 2020 18:06
1f918ce to
79e9ca2
Compare
aberaud
requested changes
Feb 6, 2020
257
force-pushed
the
connstat
branch
4 times, most recently
from
February 6, 2020 20:34
d5f6da5 to
66add49
Compare
aberaud
requested changes
Feb 6, 2020
257
force-pushed
the
connstat
branch
7 times, most recently
from
February 11, 2020 17:38
2e326f7 to
0229223
Compare
aberaud
requested changes
Feb 12, 2020
this will help getting more granular reporting of connectivity status from kernel. it is linux/android specific for now with possible future support for bsd/darwin. this is very much a prototype; cleaner interface and code will follow. it adds libnl (ships with android) dependency which is really not required, although expedited prototyping.
aberaud
force-pushed
the
master
branch
2 times, most recently
from
March 23, 2022 21:49
46380ab to
0afa408
Compare
aberaud
force-pushed
the
master
branch
7 times, most recently
from
March 23, 2022 22:32
f05b60d to
dfd0a09
Compare
aberaud
force-pushed
the
master
branch
14 times, most recently
from
April 4, 2022 00:23
966e620 to
fe6676f
Compare
aberaud
force-pushed
the
master
branch
4 times, most recently
from
September 6, 2025 20:08
22c89fb to
122c30c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this will help getting more granular reporting of connectivity status
from kernel. it is linux/android specific for now with possible
future support for bsd/darwin.
this is very much a prototype; cleaner interface and code will follow.
it adds libnl (ships with android) dependency which is really not
required, although expedited prototyping.