From 7c8e368721f06bf961f0f69b86fd948a81191f52 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 12 Feb 2024 06:01:09 +0100 Subject: [PATCH] lol markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9429a6cc..14c089aa 100644 --- a/README.md +++ b/README.md @@ -957,8 +957,8 @@ a TFTP server (read/write) can be started using `--tftp 3969` (you probably wan * run as root to use the spec-recommended port `69` (nice) * can reply from a predefined portrange (good for firewalls) * only supports the binary/octet/image transfer mode (no netascii) -* [RFC 7440](https://datatracker.ietf.org/doc/html/rfc7440) is **not** supported (will be extremely slow over WAN) - * expect ~1100 KiB/s over 1000BASE-T, 400~500 KiB/s over wifi, ~200 on bad wifi +* [RFC 7440](https://datatracker.ietf.org/doc/html/rfc7440) is **not** supported, so will be extremely slow over WAN + * expect 1100 KiB/s over 1000BASE-T, 400-500 KiB/s over wifi, 200 on bad wifi some recommended TFTP clients: * windows: `tftp.exe` (you probably already have it)