소스 검색

Update 'README.md'

Andrej Studen 2 년 전
부모
커밋
1b7aabfa50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ Run `start.sh` to start the server. Look for output/log at `$HOME/logs/socketSer
 To check whether packets from client reach the host, use 
 
 ```bash
-tcpdump 'sudo tcpdump -i enp68s0 'tcp port 8000' -v
+sudo tcpdump -i enp68s0 'tcp port 8000' -v
 ```
 
 This prints traffic to port 8000, say. Also helpful for determining actual IP address of the request; sometimes the actual source is behind a firewall and the IP could be mangled.