From 44ba94799839f887e8f6f91d93cf2007cd878b1f Mon Sep 17 00:00:00 2001 From: beerpsi Date: Wed, 3 Jan 2024 11:45:09 +0000 Subject: [PATCH] docs: Put up a note that Brokenithm options are Android-specific --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f8081a..91ca3d0 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ coin=0x33 ir=0x20 [brokenithm] -; Use TCP instead of UDP for connections (default TCP) +; Brokenithm-Android: Use TCP instead of UDP for connections (default TCP) tcp=1 -; Port to accept connections on (default 52468) +; Brokenithm-Android: Port to accept connections on (default 52468) port=52468 ```