Re: Statistics about recently disconnected network connections

2010-06-17 Thread Neal H. Walfield
At Wed, 16 Jun 2010 19:33:32 +0300, Jukka Rissanen wrote: > > On 16 June 2010 16:58, Neal H. Walfield wrote: > > Hi, > > > > Currently, I figure out when a network connection is disconnecting by > > listening for ICD_DBUS_API_STATE_SIG signals and checking if the > > network connection status is

Re: Statistics about recently disconnected network connections

2010-06-16 Thread Jukka Rissanen
On 16 June 2010 16:58, Neal H. Walfield wrote: > Hi, > > Currently, I figure out when a network connection is disconnecting by > listening for ICD_DBUS_API_STATE_SIG signals and checking if the > network connection status is ICD_STATE_DISCONNECTING.  When this > happens, I send an ICD_DBUS_API_STA

Statistics about recently disconnected network connections

2010-06-16 Thread Neal H. Walfield
Hi, Using ICD_DBUS_API_STATISTICS_REQ, I'm able to get statistics about established network connections. I'd like to get network statistics (specifically bytes sent and received) about recently terminated network connections. Currently, I figure out when a network connection is disconnecting by