WindowsXP Down/Uploadrate
-
I dont know if this is the right place for my Question, but i've got now solution by posting this question to many boards ;-( I've the following situation, i'am running Windows XP with a networkcard and a 56k modem as internetconnection. there is a problem when i hangup the modem connection, the statistic counter are getting lower than before. i can check that with "netstat -e" This one is before i hangup my modem Received Sent Bytes 1602015 1158327 Unicastpakete 8346 8196 Nicht-Unicastpakete 140 118 Verworfen 0 0 Fehler 0 0 Unbekannte Protok. 0 This one is after i closed my modem connection Received Sent Bytes 858279 1122709 Unicastpakete 7283 7397 Nicht-Unicastpakete 144 103 Verworfen 0 0 Fehler 0 0 Unbekannte Protok. 0 Has anyone an idea? I currently make programm witch checks this things by using GetIfEntry, but doesnt get the right values, is this a XP bug ? { *pReceived += mib.dwInOctets; *pSent += mib.dwOutOctets; } http://www.pmasoft.net/englisch/onlineeye\_prof.htm Thank You