Thread: UDP Problem
View Single Post
  #2  
Old 11-28-2012, 08:35 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

run this from a (windows) command line
netstat -an | find /i "9000"
if it shows anything, you have something listening on port 9000 already
Reply With Quote