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

SO_NO_CHECK Protocol not available #362

Closed
lznzhou33zzz opened this issue Feb 26, 2019 · 1 comment
Closed

SO_NO_CHECK Protocol not available #362

lznzhou33zzz opened this issue Feb 26, 2019 · 1 comment

Comments

@lznzhou33zzz
Copy link

Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic

Language : C++
SocketFD = createUdpSocket(host_info_.host_ip.c_str(), host_info_.host_port);
setsockopt(SocketFD, SOL_SOCKET, SO_NO_CHECK, (void*)&disable, sizeof(disable))

Error Info:
Protocol not available

we need UDP communication without CRC checking, is it possible?

@craigloewen-msft
Copy link
Collaborator

This is a technical issue with WSL, and not one with its documentation. Please search to see if this issue is on the WSL Issues page and if it's not file a new one.

Thanks!

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