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

tcp-tunnel: botch Linux support #15

Closed
wants to merge 1 commit into from

Conversation

MCApollo
Copy link

@MCApollo MCApollo commented Aug 6, 2020

See for context:
alephsecurity/xnu-qemu-arm64#23

For some reason, EAGAIN (35) is changed on Darwin, causing a headache when the host sends its EAGAIN (11).

Copy link
Contributor

@sickcodes sickcodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uncomment if building for GNU/Linux Host
# FLAGS += -DLINUX

@sickcodes
Copy link
Contributor

Just testing it works on the old one still

@MCApollo
Copy link
Author

Outdated- see main PR for solution on handling error codes; The host should translate the errno to something iOS (darwin) understands.

@MCApollo MCApollo closed this Aug 28, 2020
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.

2 participants