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

accepted sockets do not inherit sockopts #15

Open
tabascoeye opened this issue Sep 19, 2014 · 0 comments
Open

accepted sockets do not inherit sockopts #15

tabascoeye opened this issue Sep 19, 2014 · 0 comments

Comments

@tabascoeye
Copy link
Owner

When a new established connection is returned from lwip_accept(), the new socket does not inherit the socket options which were set for the listening socket.
(This is somewhat legitimate since many sockopts do not even work on a listening socket)

might want to check if this should be an option and if so do it via opt.h defines

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

1 participant