Iv'e written a winsock app . It's two seperate pieces a server and a client . Heres my systems
I have 3 pc's all on a lan through a linksys stwitch . all the machines have a local IP (on the lan) . I also have a dialup connection on all machines . Now If I run the server
with no OUTSIDE CONNECTION (ie. the net) the clients on the lan set their Ip to the Ip the server is running on , and connect with no problem . If I establish a connection Via Dialup to the outside world and run the server the winsock reports the Local IP (winsock1.localIp) not the Dialup IP
yet it seems to listen on both Ip's but shows only the LAN ip ? is this a bug/feature of winsock or poor coding ?