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

src\relay.rs:100:32 报错 #51

Closed
edmund-zhao opened this issue Jan 30, 2022 · 2 comments
Closed

src\relay.rs:100:32 报错 #51

edmund-zhao opened this issue Jan 30, 2022 · 2 comments

Comments

@edmund-zhao
Copy link

edmund-zhao commented Jan 30, 2022

Describe the bug

thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 10022, kind: InvalidInput, message: "提供了一个无效的参数。" }', src\relay.rs:100:32

When this bug was triggered, realm can not relay UDP stream.
Screenshots
image

Desktop :

  • OS: Windows Server 2016
  • Version: The Lastest
@zephyrchien
Copy link
Collaborator

It seems your OS does not support TCP_NODELAY socket option, so the setsockopt syscall always fails. But this is not a unrecoverable error, the program should not panic here.

@edmund-zhao
Copy link
Author

Thank you for your contribution

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