Hey,
I am working on a piece of software that effectively needs to talk to server sockets on the other side of an XP Windows Network Bridge. Now, this works ok, but if one of the connections that is part of the bridge fails (e.g. the physical cable is removed), and then re-established, the Network Connections viewer will not update the display.
Now, this wouldn't normally be that much of a big deal, however, no socket connection can be established through the bridge until I right-click in Network Connections, and select the 'Refresh' context menu entry. Upon which, all the connections in the Network Connections window indicate a solid connection, and my software can establish a socket across the bridge.
I am assuming that the windows software bridge uses some internal windows network state in order to decide whether or not to route packets from the various connections.
So, my question is, what does that magical 'Refresh' button do exactly? And, more specifically, is there a way I can automate whatever that is in my software?
Cheers