On 10 May 2018 at 23:25, Laurent Vivier <laur...@vivier.eu> wrote: > No code change. > > Signed-off-by: Laurent Vivier <laur...@vivier.eu> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > +#if 0 > +/* To add: Allow local address and port reuse. */ > +#define TARGET_SO_REUSEPORT 0x0200 > +#endif As a follow-on cleanup, we might as well fix up the various targets to actually define TARGET_SO_REUSEPORT rather than defining it by #if'ing out the definition or commenting it out or not defining it at all. thanks -- PMM