Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: botmaster on February 03, 2004, 07:06 PM

Title: Binding an IP
Post by: botmaster on February 03, 2004, 07:06 PM
I have a windows 2003 server with 20 ips is there anyway in visual basic I can bind all these ips to the same port?
Title: Re:Binding an IP
Post by: Adron on February 04, 2004, 03:33 AM
Your question does not make sense. Maybe you mean listen on all IPs with the same socket?

Either you want to listen on only one IP, then you should bind to that IP, or you want to listen all IPs, and then you should bind to "IP" 0.0.0.0.