I'm running a web server on my machine(ubuntu 16.04).I use iftop to see there is traffic on port 31354.
However, when I use lsof -i:31354 to see which process uses this port,I can't see any results, netstat -tunlp also.
I checked my code and found there is no replace to use this port.
How can I resolve?
![enter image description here]](../../images/6ed150ff6317c4922c199ed305275d7e.webp)