Joan Lledó writes:
> They are using the 2-clause BSD license, is OK to apply the patch with
> that license?
The 2-clause BSD license is OK for my lwip_poll patches.
I would prefer that you squash the bug fixes into the original
patch.
pgpqvTWEQkK0K.pgp
Description: PGP signature
---
Makefile | 1 +
lwip/Makefile| 51 +++
lwip/config.h| 5 +
lwip/iioctl-ops.c| 418
lwip/io-ops.c| 560 ++
lwip/lwip-hurd.h
Hello,
This is the LwIP translator I wrote during my GSoC. The translator uses LwIP
as a regular library and therefore the stack sources are not included in the
patch.
The lwip external libary may be downloaded from [1] or cloned from [2].
Regards,
Joan
--
[1] http://da
>
> I meant the S_io_select and S_io_select_timeout functions should
> be able to return without replying to the RPC, if the socket is
> not immediately ready. They would instead put the RPC in a
> queue, and if the socket later becomes ready, another thread
> would remove the RPC from the queue a