I'm trying to understand on which interfaces a TCP port is open
Using windows netstat command I get result like :
TCP [::]:10000 MyMachineName:0 LISTENING
What does the symbol "::" mean here ? for rest of the ports it shows local loop-back or LAN machine name properly or even 0.0.0.0 in some cases.