-
Notifications
You must be signed in to change notification settings - Fork 118
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
setsockopt undefined symbol #2263
Comments
Looks like setsockopt needs to be added to libc/watcom/syscalls. I will do that shortly, or you might just comment it out for the time being.
It looks like urlget is pretty old program source and I think has been fairly unused. We will need more information as to its problems in order to try to fix it. |
I pushed a commit with setsockopt() added, thank you. |
Thanks @ghaerr! |
Next time I come back to it I'll try to identify the syscall that is blocking... I have a guess thou, as the same is happening with urlget. |
Sounds like I'd be interested in more information about how urlget fails. Ktcp does have some issues with re-using local port numbers, we can also debug that after more information about what is causing the failure. |
I can browse on ELKS! Yay! |
I'm importing the urlget code to bobcat, but now I get:
Am I missing something or it is just that setsockopt is not implemented for wc yet?
Btw, I'm having problems with urlget already, at the second time I use it, it blocks.
The text was updated successfully, but these errors were encountered: