On Jul 16, 2015, at 03:17 AM, Simon Goldschmidt <address@hidden> wrote:
Joel Cunningham wrote:
My question is, was it intentional to remove SO_REUSEPORT? If so, maybe we should
remove the define for SO_REUSEPORT as well
Yes, it was intentional, as SO_REUSEADDR is a standard thing whereas SO_REUSEPORT is a linux thing.
SO_REUSEPORT was implemeneted on socket layer but did nothing on IP layer. Therefore, I removed it on socket layer as well.
So you should now at least be informed that setsockopt(SO_REUSEPORT) fails.
We could remove the define to make people aware we don't support it, but there are other unimplemented sockopt defines as well...
Simon
_______________________________________________
lwip-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-devel