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
This commit is contained in:
committed by
Facebook Github Bot
parent
fe0eeafd98
commit
2335cfb312
@@ -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
|
connections to that server via the peertalk channel. Helper app running on Mac
|
||||||
listens for commands on the peertalk channel and initializes TCP connections
|
listens for commands on the peertalk channel and initializes TCP connections
|
||||||
to local port and forwards all communication back via the same peertalk channel.
|
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
|
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
|
forward (let's say 8081) and a special Peertalk server on port 8025. Mac helper
|
||||||
|
|||||||
Reference in New Issue
Block a user