From 2335cfb312400b411b9f92d991bacc5501c08079 Mon Sep 17 00:00:00 2001 From: John Knox Date: Mon, 11 Feb 2019 15:18:03 -0800 Subject: [PATCH] Fix formatting in PortForwarding readme Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/369 Differential Revision: D14031906 Pulled By: passy fbshipit-source-id: 6da0ab7da30f7505b5265033f732a00cf9f397a4 --- iOS/FlipperKit/FKPortForwarding/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iOS/FlipperKit/FKPortForwarding/README.md b/iOS/FlipperKit/FKPortForwarding/README.md index cd7686ac7..1c5517198 100644 --- a/iOS/FlipperKit/FKPortForwarding/README.md +++ b/iOS/FlipperKit/FKPortForwarding/README.md @@ -19,6 +19,7 @@ channel from Mac to iOS, creates a TCP server on iOS and multiplexes all connections to that server via the peertalk channel. Helper app running on Mac listens for commands on the peertalk channel and initializes TCP connections to local port and forwards all communication back via the same peertalk channel. +``` | @@ -53,6 +54,7 @@ to local port and forwards all communication back via the same peertalk channel. | | | | | | +--------+ | | +--------+ +-------------+ +``` First, the library on iOS device creates a TCP server on the port we want to forward (let's say 8081) and a special Peertalk server on port 8025. Mac helper