-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg: provide sock support for lwIP #5802
Conversation
I wonder: there is UDP-lite support by lwIP. Do we want a special |
1f42ff3
to
1384902
Compare
Rebased to current master to include changes from #5801. |
1384902
to
792e90d
Compare
Rebased to master. |
792e90d
to
415fb84
Compare
Finally managed to finish up on |
415fb84
to
6e299f7
Compare
Rebased to current master, since #5884 was merged. |
f904efa
to
ae41c15
Compare
Just realized that maybe its a good idea to test IPv4 capabilities, too (send is not tested yet but will do tomorrow). |
74e1057
to
81326ac
Compare
Rebased to current master and ported |
TCP port added. Will add some updates to the |
0204aaa
to
7006228
Compare
Rebased to current #5923. |
Tests should be done by tomorrow. Didn't manage to test _sock_tcp__read/write yet, everything else is working like a charm. |
Tests for TCP are done \o/ (but no adaption to #5929 yet). |
Remove -EADDRNOTAVAIL for read. How would this even be possible?
+ given the size this PR now got I'm thinking about splitting it according to its protocol implementations. |
(though it is mostly the tests that take so much loc) |
7a7ebcf
to
9a5ed7d
Compare
Based on
#5758(merged) #5923.TODO: