Closed LasseRosenow closed 2 weeks ago
Great to see that you are already contributing code Lasse. I think the CI ight fail because the PR is coming from your fork. Could you try just filing it from a branch in this repo. I think you have the necessary access.
It seems you are correct, I will close this in favor of #61
This changes the TcpIpChannel implementation in the following way
ioctl.h
=>sys/select.h
close
instead ofshutdown
, which is not available inRIOT
The rationale behind this is to improve compatibility with platforms such as
zephyr
orRIOT
which don't have full POSIX support.This PR is a draft because I didn't have time to test it yet. There might be implementation bugs.
(I had some problems with compiling the example applications in examples/posix)