Re: [PATCH] LwIP translator

2017-10-18 Thread Samuel Thibault
Joan Lledó, on mer. 18 oct. 2017 09:24:22 +0200, wrote: > > Last but not least, did you try to run the glibc testsuite while running > > this TCP/IP stack? It would probably find potential bugs. Also, the > > perl testsuite is probably a nice thing to run. > > I need help here. I've been googlin

Re: [PATCH] LwIP translator

2017-10-18 Thread Joan Lledó
Hello Samuel, Thanks for taking your time reviewing my code. 2017-09-27 0:44 GMT+02:00 Samuel Thibault : >> +error_t >> +lwip_S_io_write (struct sock_user * user, >> + char *data, >> + size_t datalen, >> + off_t offset, mach_msg_type_number_t * amount) >> +{