-
Notifications
You must be signed in to change notification settings - Fork 57
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
chore: support setting DiscV5 and DNS-discovery in libwaku #2455
Labels
Comments
This was referenced Feb 19, 2024
Closed
In go-waku bindings we had the following configuration items and functions available. Perhaps we could consider adding them to nwaku:
|
23 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Epic: #2420
Details
This should be straightforward to achieve once the #2452 is completed. The basic idea is that the
libwaku
user should be able to set upDiscV5
and/orDNS-discovery
the node managed by libwaku.It is interesting to create an example where this can be tested.
cwaku_example.c
can serve as an inspiration.The text was updated successfully, but these errors were encountered: