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

需要Windows版本的安装包 #3

Closed
lifei opened this issue May 20, 2023 · 3 comments
Closed

需要Windows版本的安装包 #3

lifei opened this issue May 20, 2023 · 3 comments

Comments

@lifei
Copy link

lifei commented May 20, 2023

如题。

@oowl
Copy link
Owner

oowl commented May 21, 2023

Thanks, I will add it later.

@oowl
Copy link
Owner

oowl commented May 23, 2023

I just compiler quicssh-rs on my windows machine, assert these error

   Compiling quicssh-rs v0.1.1 (C:\Users\junjun\Downloads\quicssh-rs-0.1.1\quicssh-rs-0.1.1)
error[E0432]: unresolved import `tokio::signal::unix`
 --> src\client.rs:7:20
  |
7 | use tokio::signal::unix::{signal, SignalKind};
  |                    ^^^^ could not find `unix` in `signal`

error[E0433]: failed to resolve: could not find `MtuDiscoveryConfig` in `quinn`
  --> src\client.rs:32:55
   |
32 |     transport_config.mtu_discovery_config(Some(quinn::MtuDiscoveryConfig::default()));
   |                                                       ^^^^^^^^^^^^^^^^^^ could not find `MtuDiscoveryConfig` in `quinn`

error[E0433]: failed to resolve: could not find `MtuDiscoveryConfig` in `quinn`
  --> src\server.rs:35:55
   |
35 |     transport_config.mtu_discovery_config(Some(quinn::MtuDiscoveryConfig::default()));
   |                                                       ^^^^^^^^^^^^^^^^^^ could not find `MtuDiscoveryConfig` in `quinn`

error[E0599]: no method named `mtu_discovery_config` found for struct `TransportConfig` in the current scope
  --> src\client.rs:32:22
   |
32 |     transport_config.mtu_discovery_config(Some(quinn::MtuDiscoveryConfig::default()));
   |                      ^^^^^^^^^^^^^^^^^^^^ method not found in `TransportConfig`

error[E0599]: no method named `mtu_discovery_config` found for mutable reference `&mut TransportConfig` in the current scope
  --> src\server.rs:35:22
   |
35 |     transport_config.mtu_discovery_config(Some(quinn::MtuDiscoveryConfig::default()));
   |                      ^^^^^^^^^^^^^^^^^^^^ method not found in `&mut TransportConfig`

It should be fixed

@oowl
Copy link
Owner

oowl commented Mar 11, 2024

We have released the v0.1.3 version to support windows distribution. Please feel free to take it. Thanks @JyJyJcr

@oowl oowl closed this as completed Mar 11, 2024
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

No branches or pull requests

2 participants