>Hello, >I would like to know if it is possible to detect the link status and the speed >of the connection ?
You can use the packet.dll API - PacketRequest() with the following OIDs - OID_GEN_MEDIA_CONNECT_STATUS OID_GEN_LINK_SPEED For an example, you can see the WinPcapPort::linkState() function in http://code.google.com/p/ostinato/source/browse/server/winpcapport.cpp Please note that the packet.dll APIs are _unsupported_ and may change at any time. Srivats _______________________________________________ Winpcap-users mailing list [email protected] https://www.winpcap.org/mailman/listinfo/winpcap-users
