Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Network Traffic Monitoring

0 views
Skip to first unread message

AlexA

unread,
Jul 7, 2005, 8:57:05 AM7/7/05
to
Hello,

One module of an simple application requires information about network
traffic. Traffic has to be monitored on both Dial-up(i.e GPRS) and
Always-On(i.e Wi-Fi) connections. I managed to do this for Dial-Up
connections, using RasGetLinkStatistics, but for Always-On connections,
another way has to be used.

I tried using the GetIpStatistics/GetTcpStatistics familly of functions, but
these only return the number of datagrams (for IP familly) or segments (for
TCP familly). These have the advantage of being available for any type of
underlying connection, but I don't know how to get the segment/datagram size.

The question is: Is the solution mentioned above applicable? In other words,
is the datagram size in Windows CE fixed-size and how can it be retrieved? If
not, then is there any other approach I can use for the mentioned task?

Thank you for your time.

0 new messages