Click to See Complete Forum and Search --> : Network card traffic


Ugu
July 13th, 2000, 06:50 AM
How to count traffic (bytes sent/received) on network card, like RRAS Admin does it? I have not found mpr* API function for this purpose.

Umair Ahmad
July 25th, 2000, 11:40 AM
do u want stats for traffic sent using a particular protocol like TCP/IP or every kind of traffic?

Ugu
July 26th, 2000, 01:20 AM
Only tcp/ip traffic.

Umair Ahmad
July 26th, 2000, 04:33 AM
only a transport provider could do such a thing. i mean only the tcp/ip drivers could count the bytes sent and recieved. there are some special drivers which have an api that let u hook ur routines with the driver. try these.

btw u can count the no of bytes recieved by using a RAW socket.