Re: [GSoC 2017] Number fo sockets

2017-08-24 Thread Mark H Weaver
Hi, Joan Lledó writes: > As I mentioned in my previous post about ioctl operations[1], LwIP > establishes a maximum limit of sockets, which is a big problem for a > system like the Hurd. Now I've finished all tasks in my initial > proposal, I thought it was a good idea to spend some time studyin

[PATCH] LwIP translator

2017-08-24 Thread Joan Lledó
I made some changes to conditionally build the lwip translator depending on whether liblwip is installed.

[PATCH] LwIP translator

2017-08-24 Thread Joan Lledó
--- Makefile | 4 + config.make.in | 7 + configure.ac | 5 + lwip/Makefile| 51 +++ lwip/config.h| 5 + lwip/iioctl-ops.c| 418 +++

Re: [PATCH] LwIP translator

2017-08-24 Thread James Clarke
Hi Joan, On 24 Aug 2017, at 18:49, Joan Lledó wrote: > ... > diff --git a/config.make.in b/config.make.in > index dfbf0c1..f74220e 100644 > --- a/config.make.in > +++ b/config.make.in > @@ -99,6 +99,13 @@ HAVE_SUN_RPC = @HAVE_SUN_RPC@ > # Whether we found libgcrypt. > HAVE_LIBGCRYPT = @HAVE_LIBGC