🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

DirectPlay, VB, And Remote IP's

Started by
1 comment, last by CoolAcid 23 years, 8 months ago
Is there a quick and dirty way to get a remote players IP address? Or am I going to have the Remote player hold the IP in a user defined DirectPlay4.GetPlayerData? Thanks, CoolAcid
Advertisement
If you can get at the socket, there should be a command something like mfc''s GetPeerName, which gives you the IP on the connected socket.
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
How about .GetPlayerAddress()?

This topic is closed to new replies.

Advertisement