On 20-03-17 19:28, Gert Doering wrote:
> On Mon, Mar 20, 2017 at 07:20:50PM +0100, Steffan Karger wrote:
>>> @@ -589,9 +589,7 @@ socket_defined(const socket_descriptor_t sd)
>>> /*
>>> * Should we include OCC (options consistency check) code?
>>> */
>>> -#ifndef ENABLE_SMALL
>>> #define ENAB
Hi,
On Mon, Mar 20, 2017 at 07:20:50PM +0100, Steffan Karger wrote:
> > @@ -589,9 +589,7 @@ socket_defined(const socket_descriptor_t sd)
> > /*
> > * Should we include OCC (options consistency check) code?
> > */
> > -#ifndef ENABLE_SMALL
> > #define ENABLE_OCC
> > -#endif
> >
> > /*
> >
Hi,
On 19-03-17 19:41, Gert Doering wrote:
> OCC is useful functionality which (according to LEDE devs) adds only
> about 3k to the binary size - and if the embedded router folks can
> afford this trade-off, everyone else can :-)
>
> Inspired by
> https://git.lede-project.org/?p=source.git;a=com
OCC is useful functionality which (according to LEDE devs) adds only
about 3k to the binary size - and if the embedded router folks can
afford this trade-off, everyone else can :-)
Inspired by
https://git.lede-project.org/?p=source.git;a=commit;h=b613c96d94bcdcda7abb3be68ea1c281ce5fbb47
Signed-o