public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: Sergey Matveev <stargrave@stargrave•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: Thoughts on flexible mesh-routing of NNCP packets
Date: Sun, 31 Jan 2021 18:16:22 +0300	[thread overview]
Message-ID: <YBbJ0tWh2Wcwa2HH@stargrave.org> (raw)
In-Reply-To: <878s89oae8.fsf@complete.org>

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

*** John Goerzen [2021-01-31 01:03]:
>why not use Syncthing for this?

Just tried it. Well, I am disappointed again :-)
Downloaded tarball, unpacked, "go run build.go build", and then:

    % ./syncthing -help
    panic: qtls.ConnectionState doesn't match

    goroutine 1 [running]:
    github.com/marten-seemann/qtls-go1-15.init.0()
            github.com/marten-seemann/qtls-go1-15@v0•1.1/unsafe.go:11 +0x245

    % ./syncthing
    panic: qtls.ConnectionState doesn't match

Actually, it is because I use slightly modified Go version with GOST
cryptography, but syncthing's dependencies prohibits me to use modified
crypto/tls.ConnectionState, so it will take time trying to run it.

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2021-01-31 15:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-31  7:03 Thoughts on flexible mesh-routing of NNCP packets John Goerzen
2021-01-31 11:19 ` Sergey Matveev
2021-02-01  6:21   ` John Goerzen
2021-02-01  8:39     ` Sergey Matveev
2021-01-31 15:16 ` Sergey Matveev [this message]