public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: John Goerzen <jgoerzen@complete•org>
To: Sergey Matveev <stargrave@stargrave•org>
Cc: nncp-devel@lists.cypherpunks.ru
Subject: Re: Unexpected EOF in 7.2.0
Date: Sat, 10 Jul 2021 08:04:15 -0500	[thread overview]
Message-ID: <8735smcoc0.fsf@complete.org> (raw)
In-Reply-To: <YOlOlnwgLKYuI/Vx@stargrave.org>


On Sat, Jul 10 2021, Sergey Matveev wrote:

> I quickly looked at the code and indeed see some places with 
> plain
> "int"s, instead of "int64"s. I hoped that noone will use 32-bit 
> system
> anymore :-). Thank you very very much for that report! I will 
> create
> 32-bit system in VM and will check its workability there. Hope 
> that
> today I will fix that.

Thank you!

Yes, I'm afraid that 32-bit systems are still very much with us. 
Most of the Raspberry Pi models (which make excellent NNCP nodes) 
are 32-bit.  Even the Pi Model 4, which has a 64-bit CPU, is 
generally run with a 32-bit userland (it is, oddly, often faster 
that way and this lets people have a single image that works on 
all the Pi models).  It is *possible* to run arm64 on the pi 4, 
but rarely is done.

This particular unit is the second Pi I've backed up over NNCP. 
It is probable that the first one never generated a packet over 
2GB, so your theory could fit.

- John

  reply	other threads:[~2021-07-10 13:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-09 15:23 Unexpected EOF in 7.2.0 John Goerzen
2021-07-09 16:42 ` John Goerzen
2021-07-09 20:23   ` John Goerzen
2021-07-10  7:38     ` Sergey Matveev
2021-07-10 13:04       ` John Goerzen [this message]
2021-07-10 13:38         ` Sergey Matveev
2021-07-10 22:38           ` John Goerzen