Originally Posted by JRoush
I am writing a fairly basic chat programn using winsocks in vb6. To do testing, i am using a PC with ethernet and a laptop on a wireless connection. I'm not sure how the network is structured (i.e., what goes on with the wireless connections) because this is a college campus. However, when i have the laptop connect to the PC, the RemoteHostIP property of the server winsock on the PC contains an address that is not the IP of the laptop. I need this property to keep my connections straight, so any insights would be very helpful.
Roush