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

wip: upgrade to final WATM v1 API #76

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

gaukas
Copy link
Contributor

@gaukas gaukas commented Jul 19, 2024

Still work in progress.

  • Use newly build io/pipe package
    • use vendor package instead of introducing an external dependency
  • Use updated WATM v1 API
    • Export the new unified _dial API
      • Import env.water_dial(network_type: s32, address_iovs: ciovec_array) -> fd: s32
      • Import env.water_get_addr_suggestion(address_iovs: iovec_array) -> n: s32
    • new WATM configuration policy
    • separate _userpipe from _dial/_accept
    • eliminate _init

* github.com/gaukas/wazerofs@v0.1.0 => github.com/refraction-networking/water/internal/wazerofs

* github.com/gaukas/io@v0.0.2 => github.com/refraction-networking/water/internal/io

Signed-off-by: Gaukas Wang <i@gaukas.wang>
@gaukas gaukas linked an issue Jul 23, 2024 that may be closed by this pull request
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.

alignment with WATM v1 spec
1 participant