-
Notifications
You must be signed in to change notification settings - Fork 20
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
support work over proxy HTTP/HTTPS/SOCKS #55
Closed
Closed
Conversation
This file contains 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
- moved back to old actix and tokio as new actix beta is too broken - added d7sneakers file backend store - restructured some of the ipnd code - increased ws heartbeat timeout
* Update to axum 0.2 * Use axum 0.2
…r to actual forwarding - lifetime now also part of bundlepack meta data - expiration can be calculated without retrieving the actual bundle from store but just its meta data
…own to the local dtnd instance
* feat: added passive http pull CLA query neighboring nodes for their bundles and download missing ones to local store * doc: added short documentation on http pull cl * refactor: added helper to compute BIDs hash digest * feat: added bundle store state hash digest to web interface * fix(test): fixed httpd template test, include a bundles digest * test: sending a total of 3 bundles in httppull test * fix: sort bundles prior to building digest * feat: debug timing output for httppull transfers * doc: updated documentation * feat: switched from DefaultHasher to sha1 for store state syncing to be more portable, this is a non-security context * chore: pleased clippy 1.66
…es cross to build musl binaries
…r to pass is_valid_node_name test
* feat: added initial support for dynamically managing peer list through HTTPD * fix: wrong configuration in local nodes ipn test fixed. * test: fixed typo in ext peer management tests and added testcase for ipn * added ext. peer management tests to CI/CD
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.
#52