* Björn 'besser82' Esser:
> I just checked and found `unsigned long` to be 32 bits on %{arm},
> only. All other arches (even %{ix86}) have it set to 64 bits.
Huh? I'm not aware of *any* vaguely Linux-compatible 32-bit
architecture which has 64-bit longs (unsigned or signed).
___
Am Montag, den 15.01.2018, 08:42 -0800 schrieb Laura Abbott:
> On 01/11/2018 06:17 PM, Peter Robinson wrote:
> > > I just noticed, there is a difference in the default value of
> > > `/proc/sys/net/core/optmem_max` on armv7l:
> > >
> > > On all arches
On 01/11/2018 06:17 PM, Peter Robinson wrote:
I just noticed, there is a difference in the default value of
`/proc/sys/net/core/optmem_max` on armv7l:
On all arches it is 20480, but on armv7l it is 10240.
Is there any specific reason for limiting the maximum ancillary buffer
size allowed per
> I just noticed, there is a difference in the default value of
> `/proc/sys/net/core/optmem_max` on armv7l:
>
> On all arches it is 20480, but on armv7l it is 10240.
>
> Is there any specific reason for limiting the maximum ancillary buffer
> size allowed per socket on th
Hello together,
I just noticed, there is a difference in the default value of
`/proc/sys/net/core/optmem_max` on armv7l:
On all arches it is 20480, but on armv7l it is 10240.
Is there any specific reason for limiting the maximum ancillary buffer
size allowed per socket on this arch?
Cheers