View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#10
Originally Posted by corduroysack View Post
PHP Code:
home/user #  netstat -t -u p  
udp        0      0 Nokia-N900:50029        Nokia-N900:3001         ESTABLISHED 
udp        0      0 Nokia
-N900:58492        Nokia-N900:3002         ESTABLISHED 
Hey, just for curiosity.
What are those internal UDP loop connections?

You missed the hyphen before "p".
Either
netstat -tup
or
netstat -t -u -p