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

dnssd: add dynamic info to TXT and update on timer #138

Merged
merged 2 commits into from Sep 26, 2022
Merged

dnssd: add dynamic info to TXT and update on timer #138

merged 2 commits into from Sep 26, 2022

Conversation

ericvh
Copy link
Contributor

@ericvh ericvh commented Sep 24, 2022

This adds some additional TXT fields by default which are kept up to date on a periodic timer. There is also a field which tracks number of current clients and gets updated on session creation/closure.

Signed-off-by: Eric Van Hensbergen eric.vanhensbergen@arm.com

This adds some additional TXT fields by default which are kept up to
date on a periodic timer.  There is also a field which tracks number of
current clients and gets updated on session creation/closure.

Signed-off-by: Eric Van Hensbergen <eric.vanhensbergen@arm.com>
Definition of types for unix are different on 32 versus 64 bit systems.

Signed-off-by: Eric Van Hensbergen <eric.vanhensbergen@arm.com>
@rminnich rminnich merged commit ae73b13 into u-root:main Sep 26, 2022
rminnich added a commit to rminnich/cpu that referenced this pull request Sep 29, 2022
This reverts commit ae73b13.

There's a logic error in here it seems:
is dsEnabled is false, it will hang forever on tenChan

This caused trouble for users.

Happy to take it back but it will need a test.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
rminnich added a commit that referenced this pull request Sep 29, 2022
This reverts commit ae73b13.

There's a logic error in here it seems:
is dsEnabled is false, it will hang forever on tenChan

This caused trouble for users.

Happy to take it back but it will need a test.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
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.

None yet

2 participants