public inbox for nncp-devel@lists.stargrave.org
Atom feed
From: "Marek Küthe" <m-k-mailling-list@mk16•de>
To: nncp-devel@lists.cypherpunks.su
Subject: NNCP with SP via high-latency links and TCP timeouts
Date: Sat, 18 Jan 2025 11:15:52 +0000 [thread overview]
Message-ID: <20250118111530.2938db8d@ciel> (raw)
[-- Attachment #1: Type: text/plain, Size: 883 bytes --]
Hello,
I recently came across NNCP and on the homepage it says that it also
works over high latency links, but TCP is used. When I tried to
establish a TCP connection with netcat via a high-latency link (20%
packet loss, 30 seconds latency), I got a lot of timeouts and
retransmissions, so that the TCP connection was not established at all.
I have two questions about this:
- Does NNCP SP also work over UDP?
- I looked at the source code and saw that various timeouts are set.
However, I found on [1] that only the timeouts for the connection and
not the TCP handshake (which is started in call.go line 91) are set.
Is this intentional? Have I overlooked something?
I would appreciate an answer!
Regards
Marek Küthe
[1] https://stackoverflow.com/questions/63870817/does-setting-the-timeout-on-the-net-dialer-and-deadline-on-the-connection-result
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2025-01-18 11:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-18 11:15 Marek Küthe [this message]
2025-01-18 20:38 ` NNCP with SP via high-latency links and TCP timeouts Sergey Matveev
2025-01-18 20:49 ` Marek Küthe
2025-01-18 20:58 ` Sergey Matveev
2025-01-19 1:45 ` John Goerzen