Added another tcpdump example

This commit is contained in:
Mathias Westerdahl 2020-10-15 15:26:23 +02:00 committed by GitHub
parent 15a589585a
commit 833477a134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,6 @@ To monitor all the packets sent to/from the client/server, you can use e.g.
For command line debugging, there's For command line debugging, there's
* tcpdump: `sudo tcpdump -A -s0 -ilo0 port 8080 ` (example for local ws:// connection) * tcpdump: `sudo tcpdump -X -s0 -ilo0 port 8080 ` (example for local ws:// connection)
* lsof * tcpdump: `sudo tcpdump -X -s0 host echo.websocket.org` (Monitors packets to/from echo.websocket.org)