From: Stephens, A. <all...@wi...> - 2009-04-01 17:02:45
|
Udai wrote: > What we want to calculate is the following. > > for each tipc socket that we have created > > 1) MAX number of messages that a tipc socket can hold. See section 1.5.5 of the TIPC 1.7 Programmer's Guide (http://tipc.sourceforge.net/doc/tipc_1.7_prog_guide.html). > 2) Number of messages pending in the tipc socket to be read > by a process. There is currently no API in place to allow an application to determine this information. It appears that Motorola is interested in submitting an enhancement that will fill this gap. > 3) Number of re-transmission that are done for a paticular > socket because the socket was full. TIPC does not do any sort of retransmission when a socket's receive queue becomes full -- it either discards or returns undeliverable messages, as described in sections 1.5.5 and 1.5.6 of the Programmer's Guide. Regards, Al |